Word Explorer

Proxy pattern

💡 Words with a Similar Meaning to "Proxy pattern"

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

WordDefinition
proxynounAn agent or substitute authorized to act for another person.
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.
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.
bridge patternnoun(software, design) A structural design pattern that decouples an abstraction from its implementation so that the two can vary independently.
adapter patternnoun(software, object-oriented programming) A structural design pattern that translates one interface for a class into a compatible interface.
proxy servernoun(computing) A hardware server that acts as an intermediary between a user and another server, usually on the Internet.
patternnounModel, example.
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.
visitor patternnoun(software, design) A behavioural design pattern that separates an algorithm from an object structure on which it operates.
policy patternnoun(software, design) Synonym of strategy pattern.
behavioural patternnoun(software, object-oriented programming) A design pattern which specifies how the entities of a software communicate with each other.
architectural patternnoun(software engineering) A standard design used in software architecture with a broader scope than design patterns.
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.
dynamic proxynoun(Internet) A proxy that creates the actual proxy class at runtime.
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.
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.
complexity-hiding proxynoun(Internet) A proxy that hides the complexity of and controls access to a complex set of classes.
creational patternnoun(computing, design) A design pattern that standardizes the mechanisms of object creation.
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.

Translate “Proxy pattern” into Another Language

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

Home/Dictionary/Proxy pattern