Monday, July 3, 2023

C++ : Adapter Pattern

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.


Examplehttps://github.com/puthukkudi/AdapterPattern.git

No comments:

Post a Comment