Demo to illustrate use of pointers and reference when passed as parameter to a function
Example : https://github.com/puthukkudi/PointersAndReference.git
Monday, July 3, 2023
C++ : Pointers and Reference
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.
Subscribe to:
Posts (Atom)