Multiple Choice
Every object of a class maintains a (hidden) pointer to itself, and the name of this pointer is ____.
A) self
B) object
C) it
D) this
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Which of the following is the general
Q16: Which of the following is the general
Q17: The function that overloads the _ operator
Q18: If you overload the binary arithmetic operator
Q19: The general syntax for the function prototype
Q21: Class templates are called _ types.<br>A) polymorphic<br>B)
Q22: The name of the function to overload
Q23: When the post-increment operator is overloaded as
Q24: Suppose cType is a class template, and
Q25: Operator functions typically return void.