Word Explorer

Bridge pattern

💡 Words with a Similar Meaning to "Bridge pattern"

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

WordDefinition
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.
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.
architectural patternnoun(software engineering) A standard design used in software architecture with a broader scope than design patterns.
visitor patternnoun(software, design) A behavioural design pattern that separates an algorithm from an object structure on which it operates.
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.
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.
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.
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.]
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.
patternnounModel, example.
creational patternnoun(computing, design) A design pattern that standardizes the mechanisms of object creation.
strategy patternnoun(software, design) A creational design pattern where algorithms can be selected at runtime.
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.
policy patternnoun(software, design) Synonym of strategy pattern.
factory method patternnoun(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.
design patternnoun(architecture, software engineering) A formal, documented general reusable solution to a design problem in a particular field of expertise.
dependency inversion principlenoun(object-oriented programming) Design principle that states that (1) High- and low-level modules should both depend on abstractions and (2) instead of abstractions depending upon details, details should depend upon abstractions.
abstractionnounThe act of focusing on one characteristic of an object rather than the object as a whole group of characteristics; the act of separating said qualities from the object or ideas.

Translate “Bridge pattern” into Another Language

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

Home/Dictionary/Bridge pattern