News

A tutorial highlighting the various design patterns in Java. Learn about the benefits and different types of design patterns.
In Design Patterns, the authors describe the Adapter pattern like this: Convert the interface of a class into another interface clients expect.
The Adapter design pattern solves that problem by providing access to an object through a protocol that that object does not directly support.