Skip to content

Latest commit

 

History

History

adapter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
The adapter pattern is used when there are 2 different interfaces and we want to
equalize/unify them.

For this purpose we have to create a special adapter class whose aim is to do just that.
It will allow us to call methods in a similar way.