Friday, June 30, 2006

Design Patterns in Java: Adapter

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.

read more | digg story