How the objects are self-referenced in a member function of that class.
(a) Using a special keyword object
(b) Using this pointer
(c) Using * with the name of that object
(d) By passing self as a parameter in the member function
I have been asked this question in class test.
Enquiry is from Classes topic in division Source Files, Classes and Operator Overloading in C++ of C++