1
edit
Changes
Adapter
,no edit summary
== Object Adapter Pattern ==
This adapter pattern uses an instance of the class it wraps. By using an instance, methods of the wrapped object can be invoked.
[Image here]
== Class Adapter Pattern ==