Skip to content

eMahtab/adapter-design-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Adapter Pattern

Adapter Pattern

  1. The client makes a request to the adapter by calling a method on it using the target interface

  2. The adapter translates the request into one or more calls on the adaptee using the adaptee interface

  3. The client receives the results of the call and never knows there is an adapter doing the translation

References :

https://dev.to/danlee0528/design-pattern-the-adapter-facade-patterns-2ipf

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors