Skip to content

KJayanthKumar/Adapter-DesignPattern

Repository files navigation

Adapter-DesignPattern

Adapter Design Pattern Implementation in C#

The Adapter Design Pattern works as a bridge between two incompatible interfaces. This design pattern involves a single class called adapter which is responsible for communication between two independent or incompatible interfaces.

So, in simple words, we can say that the Adapter Pattern helps two incompatible interfaces to work together.

About

Adapter Design Pattern Implementation in C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages