Can I read Understanding the Adapter Pattern on EtoBox?
Understanding the Adapter Pattern by Arafat Turjoy is a document available to read on EtoBox.
What is Understanding the Adapter Pattern about?
The Adapter pattern allows classes with incompatible interfaces to work together by wrapping its interface with a new class. This converts the interface of an existing class into a compatible interface that clients expect. The pattern involves a target interface that clients use, an existing adaptee class with an incompatible interface, and an adapter class that acts as a wrapper by implementing the target interface and delegating work to adaptee objects.
- Author
- Arafat Turjoy
- Language
- EN