Multiple Choice
When an object invokes a member function, the member function references the pointer ____ of the object.
A) object
B) it
C) this
D) address
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Which of the following is the syntax
Q7: In C++, >> is used as a
Q8: Using a class _ allows you to
Q9: The declaration of a friend function cannot
Q10: With the exception of the _ operator
Q12: In C++, operator is a reserved word.
Q13: To overload the pre-increment (++) operator as
Q14: To include the operator function operator+ as
Q15: Which of the following is the general
Q16: Which of the following is the general