Skip to content

SoftwareDesignPattern/AdapterPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Adapter Pattern Example using C#

Definition: Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces.

The Adapter pattern allows a system to use classes of another system that is incompatible with it. It is especially used for toolkits and libraries.

About

Adapter Pattern Example using C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages