adaptee
Jump to navigation
Jump to search
See also: adaptée
English
[edit]Etymology
[edit]Noun
[edit]adaptee (plural adaptees)
- (software, object-oriented programming) A class that is converted to another class using a so-called adapter class.[1]
Translations
[edit]class converted to another with a so-called adapter class
|
References
[edit]- ^ Freeman, Eric, Freeman, Elisabeth, Kathy, Sierra, Bert, Bates (2004) “Head First Design Patterns”, in Hendrickson, Mike, Loukides, Mike, editors, (Please provide the book title or journal name)[1], volume 1 (paperback), O'REILLY, →ISBN, retrieved 2012-07-02, page 242:
- The Adapter Pattern's role is to convert one interface into another. While most examples of the adapter pattern show an adapter wrapping one adaptee, we both know the World is often a bit more messy. So, you may well have situation where an adapter holds two or more adaptees that are needed to implement the target interface.