Adapter Pattern
Source:: Software Design Patterns - Best Practices for Software Developers
Definition
Allowing incompatible classes to work together by converting the interface of one class into another expected by the clients
Search
Source:: Software Design Patterns - Best Practices for Software Developers
Definition
Allowing incompatible classes to work together by converting the interface of one class into another expected by the clients