Also known as
- Wrapper
Intent of Adapter Design Pattern
The Adapter Design Pattern in Java converts the interface of a class into another interface that clients expect, enabling compatibility.
Detailed Explanation of Adapter Pattern with Real-World Examples
About 3 min