💡 Words with a Similar Meaning to "Factory pattern"
Found via reverse dictionary — words that share a conceptual meaning.
| Word | Definition |
|---|---|
| factory method patternnoun | (software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class. |
| factory classnoun | (software, object-oriented programming) A class that creates an object having a non-trivial creation process, implementing the factory method pattern. |
| abstract factory patternnoun | (software, object-oriented programming) A creational design pattern that decouples the object creation by providing a group of individual factories by defining an abstract factory class. |
| façade patternnoun | (software, object-oriented programming) Synonym of facade pattern. |
| factorynoun | A building or other place where manufacturing takes place. |
| abstract factory classnoun | (software, object-oriented programming) A class that has an abstract method to create an object. |
| 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. |
| 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. |
| 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. |
| composite patternnoun | (programming) A structural (and partitioning) design pattern where a group of objects are to be treated in the same way as a single instance of an object. |
| 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. |
| singleton patternnoun | (software, object-oriented programming) A creational design pattern that restricts the instantiation of a class to one object. |
| creational patternnoun | (computing, design) A design pattern that standardizes the mechanisms of object creation. |
| template method patternnoun | (software, object-oriented programming) A behavioural software design pattern that defines the flow of the algorithm with the template method. |
| policy patternnoun | (software, design) Synonym of strategy pattern. |
| 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. |
| constructornoun | A person who, or thing that, constructs. |
| adapter patternnoun | (software, object-oriented programming) A structural design pattern that translates one interface for a class into a compatible interface. |
| object pool patternnoun | (programming) A creational design pattern that uses a set of initialised objects kept ready to use, rather than allocating and destroying them on demand. |
| patternnoun | Model, example. |
Translate “Factory pattern” into Another Language
Pick a language — the word will be pre-filled in the translator.