

MCQOPTIONS
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 function |
Answer» C. Using * with the name of that object | |