1
edit
Changes
Adapter
,no edit summary
This adapter pattern uses an instance of the class it wraps. By using an instance, methods belonging to the wrapped object can be invoked.
[Image goes here]
== Class Adapter Pattern ==
This adapter pattern uses multiple inheritance as a means to wrap the reusable class and use its functionality.
[Image goes here]
== Adapter UML Diagrams ==