Pattern Design Practice Test
Pattern Design Structural Design Patterns
The Adapter pattern is used to:
Select your answer
A
Make incompatible interfaces work together
B
Add responsibilities to an object dynamically
C
Provide a simplified interface to a complex subsystem
D
Share common state between many objects
Hint