Intent
Convert the interface of a class into another interface client expects.
Adapter lets classes work together that couldn’t otherwise because of ___________
incompatible interfaces
AKA
Wrapper
Use Adapter when you want to create a reusable class that cooperates with __________ or __________ classes that don’t have __________ interfaces.
unrelated, unforseen, incompatible
Participants