Page 1 of 1

How the objects are self-referenced in a member function of that class.

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
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