The adapter pattern convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn’t otherwise because of incompatible interfaces.
Example : https://github.com/puthukkudi/AdapterPattern.git
No comments:
Post a Comment