Word Explorer

Visitor pattern

💡 Words with a Similar Meaning to "Visitor pattern"

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

WordDefinition
visitor design patternnoun(software, design) Synonym of visitor pattern.
behavioural patternnoun(software, object-oriented programming) A design pattern which specifies how the entities of a software communicate with each other.
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.]
bridge patternnoun(software, design) A structural design pattern that decouples an abstraction from its implementation so that the two can vary independently.
visitornounSomeone who visits someone else; someone staying as a guest.
strategy patternnoun(software, design) A creational design pattern where algorithms can be selected at runtime.
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.
state patternnoun(software, design) A behavioural design pattern similar to the strategy pattern that is used to represent the state of an object.
template method patternnoun(software, object-oriented programming) A behavioural software design pattern that defines the flow of the algorithm with the template method.
creational patternnoun(computing, design) A design pattern that standardizes the mechanisms of object creation.
decorator patternnoun(software, design) A structural (and partitioning) design pattern that allows behaviour to be added to an existing object dynamically.
policy patternnoun(software, design) Synonym of strategy pattern.
structural patternnoun(computing, design) A design pattern that makes it easier to create relationships between entities.
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.
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.
design patternnoun(architecture, software engineering) A formal, documented general reusable solution to a design problem in a particular field of expertise.
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.
architectural patternnoun(software engineering) A standard design used in software architecture with a broader scope than design patterns.
iterator patternnoun(software, object-oriented programming) A behavioural design pattern that uses an iterator to traverse a container and access the container's elements, thus decoupling algorithms from containers.
patternnounModel, example.

Translate “Visitor pattern” into Another Language

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

Home/Dictionary/Visitor pattern