Multiple Choice
A member function that is declared ________ cannot use the this pointer.
A) private
B) public
C) static
D) inline
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: A static member variable can be used
Q14: In the statement class Car:public Vehicle, which
Q15: _ allows us to create new classes
Q16: The _ is a special built-in pointer
Q17: A static member function cannot be called
Q18: When you derive a class from an
Q20: Protected members of a base class are
Q21: When a class contains a pointer to
Q22: Arguments are passed to the base class
Q23: The this pointer is automatically passed to