pointer to object
.
๐ง What is a Pointer to an Object?
In C++, a pointer to an object is just like a pointer to any other data type โit stores the address of an object rather than the object itself.
๐ Instead of directly working with the object, you work through its...
yesamitsingh.hashnode.dev2 min read