 |
Design Patterns in Java: Adapter | Adapting to an Interface | InformIT
The Adapter pattern lets you use an existing class to meet a client class’s needs. When a client specifies its requirements in an interface, you can usually create a new class that implements the interface and subclasses an existing class. This approach c
www.informit.com |
 |