What is vptr?
(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
I got this question in quiz.
My question is taken from vtable and vptr topic in section Class Hierarchies, Library & Containers of C++