Word Explorer

Object adapter pattern

💡 Words with a Similar Meaning to "Object adapter pattern"

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

WordDefinition
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.
adapteenoun(software, object-oriented programming) A class that is converted to another class using a so-called adapter class.
adapter patternnoun(software, object-oriented programming) A structural design pattern that translates one interface for a class into a compatible interface.
primitive wrapper classnoun(object-oriented programming) Synonym of wrapper.
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.
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.
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.
decorator patternnoun(software, design) A structural (and partitioning) design pattern that allows behaviour to be added to an existing object dynamically.
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.
object-oriented programmingnoun(programming) A programming paradigm that uses hierarchies of objects, instantiated from templates called classes, to design applications and computer programs.
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.
factory patternnoun(software, object-oriented programming) Synonym of factory method pattern.
bridge patternnoun(software, design) A structural design pattern that decouples an abstraction from its implementation so that the two can vary independently.
abstract factory classnoun(software, object-oriented programming) A class that has an abstract method to create an object.
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.
function objectnoun(object-oriented programming) An object that encapsulates a function pointer (or equivalent).
objectnounA thing that has physical existence but is not alive.
marker interface patternnoun(software, object-oriented programming) A software design pattern in computer science, used with languages that provide run-time type information about objects.
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.

Translate “Object adapter pattern” into Another Language

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

Home/Dictionary/Object adapter pattern