Word Explorer

Builder pattern

💡 Words with a Similar Meaning to "Builder pattern"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
bridge patternnoun(software, design) A structural design pattern that decouples an abstraction from its implementation so that the two can vary independently.
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.
factory method patternnoun(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.
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.
creational patternnoun(computing, design) A design pattern that standardizes the mechanisms of object creation.
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.
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.
architectural patternnoun(software engineering) A standard design used in software architecture with a broader scope than design patterns.
adapter patternnoun(software, object-oriented programming) A structural design pattern that translates one interface for a class into a compatible interface.
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.
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.
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.
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.]
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.
behavioural patternnoun(software, object-oriented programming) A design pattern which specifies how the entities of a software communicate with each other.
structural patternnoun(computing, design) A design pattern that makes it easier to create relationships between entities.
class adapter patternnoun(software, object-oriented programming) An adapter pattern where the adapter is created by implementing or inheriting both the interface that is expected and the interface that is pre-existing.
singleton patternnoun(software, object-oriented programming) A creational design pattern that restricts the instantiation of a class to one object.
strategy patternnoun(software, design) A creational design pattern where algorithms can be selected at runtime.

Translate “Builder pattern” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Builder pattern