An Adapter pattern acts as a connector between two incompatible interfaces that otherwise cannot be connected directly . An Adapter wraps an existing class with a new interface so that it becomes compatible with the client’s interface.
An Adapter pattern acts as a connector between two incompatible interfaces that otherwise cannot be connected directly . An Adapter wraps an existing class with a new interface so that it becomes compatible with the client’s interface.