Design Pattern – Adapter

C# CONCEPTSAccording to Gang of Four, the Adapter Pattern converts the interfaces of a class into interfaces that the client requires.In other words, the adapter design pattern helps incompatible interfaces work collectively.Photo by Brett Sayles from PexelsUse CaseLet's consider an example of two organizations merging; X organization is taking over Y, but while combining code, the … Continue reading Design Pattern – Adapter