bn:03495457n
Noun Concept
Categories: Software design patterns
EN
adapter pattern  class adapter pattern  Object Adapter pattern  adaptee  adapter
EN
In software engineering, the adapter pattern is a software design pattern that allows the interface of an existing class to be used as another interface. Wikipedia
Definitions
Relations
Sources
EN
In software engineering, the adapter pattern is a software design pattern that allows the interface of an existing class to be used as another interface. Wikipedia
A software design pattern used for computer programming Wikipedia Disambiguation
Design pattern in computer program Wikidata
A design pattern that converts the interface of a class into another interface the clients expect. Adapter lets classes work together that couldn’t otherwise because of incompatible interfaces. OmegaWiki
A structural design pattern that translates one interface for a class into a compatible interface. Wiktionary
DESCRIBED BY SOURCE
DIFFERENT FROM