Vidyalelo
C++ Programming · Q46

Classes and Objects in C++

Programming · C++ Programming · question 46

Q46

Which operator a pointer object of a class uses to access its data members and member functions?

A.
.
B.
->
Answer
C.
:
D.
::

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board