Returning the ‘this’ Pointer from a Member Function
In C++, member functions get executed in the context of an object. And a special pointer, this, holds the address of that object. We can return the address (pointer), reference…
Code, Create, Conquer: Insights, Algorithms, and Innovation