Multiple Choice
To dereference an object pointer and access one of the object's members, use the
A) -> operator.
B) <> operator.
C) dot operator.
D) & operator.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: When a class declares an entire class
Q31: When you overload the << operator you
Q33: In C++ if you overload the <
Q45: The process of having a class contain
Q46: Each object of a class has its
Q47: A static member function can be called
Q50: An rvalue is<br>A) a temporary value that
Q51: C++ allows you to overload<br>A) compiler errors.<br>B)
Q52: If you do not furnish a(n) _,
Q53: In an inheritance situation, you can't pass