By bonlebon
via informit.com
Published: Jul 04 2006 / 02:15
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
Add your comment