Page 1 of 1

What is vptr?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) A hidden pointer in a class that points to a virtual table of that class
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