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 is 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 is constrained by incompatible interfaces.