adapter
Folders and files
Name | Name | 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.