Multiple Choice
When you dereference an object pointer, use the
A) -> operator
B) <> operator
C) dot operator
D) & operator
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: In object-oriented programming, the object encapsulates both
Q19: Whereas object-oriented programming centers on the object,
Q20: Which of the following is used to
Q21: You can use the technique known as
Q22: More than one constructor function may be
Q24: A C++ class is similar to a(n)<br>A)
Q25: In C++11 you can use _ to
Q26: How many default constructors can a class
Q27: Which type of member function may only
Q28: In a procedural program you typically have