How the objects are self-referenced in a member function of that class.
Posted: Wed Jul 13, 2022 7:52 pm
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
b) Using this pointer
c) Using * with the name of that object
d) By passing self as a parameter in the member function