Word Explorer

Command pattern

💡 Words with a Similar Meaning to "Command pattern"

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

WordDefinition
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.
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.
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.]
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.
patternnounModel, example.
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.
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.
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.
structural patternnoun(computing, design) A design pattern that makes it easier to create relationships between entities.
state patternnoun(software, design) A behavioural design pattern similar to the strategy pattern that is used to represent the state of an object.
design patternnoun(architecture, software engineering) A formal, documented general reusable solution to a design problem in a particular field of expertise.
factory method patternnoun(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.
chain-of-responsibility patternnoun(computing) A behavioural design pattern that consists of a source of command objects and a series of processing objects.
factory patternnoun(software, object-oriented programming) Synonym of factory method pattern.
visitor patternnoun(software, design) A behavioural design pattern that separates an algorithm from an object structure on which it operates.
architectural patternnoun(software engineering) A standard design used in software architecture with a broader scope than design patterns.
policy patternnoun(software, design) Synonym of strategy pattern.

Translate “Command pattern” into Another Language

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

Home/Dictionary/Command pattern