Yearly Archive: 2017

Adapter Design Pattern – Structural Patterns

Adapter Design Pattern comes under the Structural Design Pattern, according this design pattern two incompatible classes working together that couldn’t otherwise because of incompatible interfaces. This pattern works as a bridge between two incompatible interfaces. …