💡 Words with a Similar Meaning to "Composite pattern"
Found via reverse dictionary — words that share a conceptual meaning.
| Word | Definition |
|---|---|
| compound patternnoun | (software, object-oriented programming) A design pattern that combines at least two patterns into a solution that solves a recurring or general problem. |
| creational patternnoun | (computing, design) A design pattern that standardizes the mechanisms of object creation. |
| builder patternnoun | (software, object-oriented programming) A creational design pattern that intends to abstract steps of construction of objects so that different implementations of these steps can construct different representations of objects. |
| prototype patternnoun | (programming) A creational design pattern that determines the type of objects to create by a prototypical instance, which is cloned to produce new objects. |
| architectural patternnoun | (software engineering) A standard design used in software architecture with a broader scope than design patterns. |
| singleton patternnoun | (software, object-oriented programming) A creational design pattern that restricts the instantiation of a class to one object. |
| behavioural patternnoun | (software, object-oriented programming) A design pattern which specifies how the entities of a software communicate with each other. |
| patternnoun | Model, example. |
| bridge patternnoun | (software, design) A structural design pattern that decouples an abstraction from its implementation so that the two can vary independently. |
| proxy patternnoun | (software, design) A structural design pattern that is implemented as a class functioning as an interface for a network connection, a large object in memory, a file, or some other resource that is expensive or impossible to duplicate. |
| command patternnoun | (computing) A behavioural design pattern, in which an object is used to represent and encapsulate all the information needed to call a method at a later time. |
| structural patternnoun | (computing, design) A design pattern that makes it easier to create relationships between entities. |
| module patternnoun | (software, design) A structural design pattern to implement the concept of software modules (modular programming) in a programming language that lacks support for them. |
| adapter patternnoun | (software, object-oriented programming) A structural design pattern that translates one interface for a class into a compatible interface. |
| behavioral patternnoun | (software, object-oriented programming) Alternative spelling of behavioural pattern. [(software, object-oriented programming) A design pattern which specifies how the entities of a software communicate with each other.] |
| concurrency patternnoun | (software, object-oriented programming) A design pattern that deal with the multi-threaded programming paradigm. |
| facade patternnoun | (software, object-oriented programming) A structural design pattern that provides an object that is a simplified interface to a larger body of code, such as a class library. |
| policy patternnoun | (software, design) Synonym of strategy pattern. |
| factory patternnoun | (software, object-oriented programming) Synonym of factory method pattern. |
| decorator patternnoun | (software, design) A structural (and partitioning) design pattern that allows behaviour to be added to an existing object dynamically. |
Translate “Composite pattern” into Another Language
Pick a language — the word will be pre-filled in the translator.