Data Structures and Algorithms
with Object-Oriented Design Patterns in C# |
An adapter converts the interface of one class into the interface expected by the user of that class. This allows a given class with an incompatible interface to be used in a situation where a different interface is expected.