Open main menu

CDOT Wiki β

Changes

Adapter

135 bytes added, 20:21, 25 February 2007
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 ==
1
edit