this in object
๐น Easy Definition:
In C++, this is a special pointer inside a class that always points to the current object โ the one that is calling the function.
๐น Think like this:
If you have many objects of the same class,this helps the function know which...
yesamitsingh.hashnode.dev1 min read