Vidyalelo
C++ Programming · Q840

C++ miscellaneous

Programming · C++ Programming · question 840

Q840

What is vptr?

A.
A hidden pointer in a class that points to a virtual table of that class
Answer
B.
A hidden pointer in a class that points to virtual functions of that class
C.
A hidden pointer in a class that points to virtual members of the class of that class
D.
A pointer in a class that points to other class

Answer: Option A

Solution

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