Adapter Design Pattern
Adapter, a Structural Pattern, is most commmonly used when you want to reuse a class to work with a target class but are constrained by incompatible interfaces.
Adapter, a Structural Pattern, is most commmonly used when you want to reuse a class to work with a target class but are constrained by incompatible interfaces.