Adapter Flashcards
1
Q
Intent/Purpose
A
Converts incompatible interfaces into interfaces the client and other classes can work with
2
Q
How much adapting/code does adapter use
A
Consequence
3
Q
Pluggable adapters/built-in interface adaption
A
Consequence
4
Q
Using delegate objects
A
Implementation
5
Q
Parameterized adapters
A
Implementation