Difference between revisions of "Adapter"
(→Adapter Design Pattern) |
(→Adapter Design Pattern) |
||
Line 2: | Line 2: | ||
== Adapter Design Pattern == | == Adapter Design Pattern == | ||
− | Adapter, a Structural Pattern, is most commmonly used when you want to reuse a class to work with a target class but | + | Adapter, a Structural Pattern, is most commmonly used when you want to reuse a class to work with a target class but are constrained by incompatible interfaces. |
== Adapter UML Diagrams == | == Adapter UML Diagrams == |
Revision as of 18:26, 25 February 2007
Adapter Design Pattern
Adapter, a Structural Pattern, is most commmonly used when you want to reuse a class to work with a target class but are constrained by incompatible interfaces.
Adapter UML Diagrams
Code Examples
References
Other
--Rueen 19:41, 17 January 2007 (EST)