Adapter: Match interfaces of different classes.Convert the interface of
a class into another interface clients expect. Adapter lets classes work
together that couldnāĂŹt otherwise because of incompatible interfaces.
Know adaptee of adapter. It can be implemented by private inheritance
adaptee or contian an adaptee object.
adapter reuse an interface, facade define a new interface.