adaptee

From Wiktionary, the free dictionary
Jump to navigation Jump to search
See also: adaptée

English[edit]

English Wikipedia has an article on:
Wikipedia

Etymology[edit]

Borrowed from French adaptée.

Noun[edit]

adaptee (plural adaptees)

  1. (software, object-oriented programming) A class that is converted to another class using a so-called adapter class.[1]

Translations[edit]

References[edit]

  1. ^ 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.