InterviewSolution
Saved Bookmarks
| 1. |
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 functionI 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++ |
|
Answer» The correct option is (b) Using this POINTER |
|