💡 Words with a Similar Meaning to "Factory method pattern"
Found via reverse dictionary — words that share a conceptual meaning.
| Word | Definition |
|---|---|
| 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. |
| factory patternnoun | (software, object-oriented programming) Synonym of factory method pattern. |
| 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. |
| factory classnoun | (software, object-oriented programming) A class that creates an object having a non-trivial creation process, implementing the factory method pattern. |
| 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. |
| 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. |
| creational patternnoun | (computing, design) A design pattern that standardizes the mechanisms of object creation. |
| template methodnoun | (software, object-oriented programming) A special method of an abstract class used in the template method pattern that prescribes an algorithm for its subclasses. |
| bridge patternnoun | (software, design) A structural design pattern that decouples an abstraction from its implementation so that the two can vary independently. |
| abstract methodnoun | (object-oriented programming) A method of an abstract class that has no implementation in that class and must therefore be implemented by all subtyping classes. |
| constructornoun | A person who, or thing that, constructs. |
| factorynoun | A building or other place where manufacturing takes place. |
| template method patternnoun | (software, object-oriented programming) A behavioural software design pattern that defines the flow of the algorithm with the template method. |
| methodnoun | (countable) A process by which a task is completed; a way of doing something (followed by the adposition of, to or for before the purpose of the process). |
| 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. |
| concrete methodnoun | (object-oriented programming) A method of a concrete class. |
| singleton patternnoun | (software, object-oriented programming) A creational design pattern that restricts the instantiation of a class to one object. |
| 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. |
| 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. |
Translate “Factory method pattern” into Another Language
Pick a language — the word will be pre-filled in the translator.