1.

What is the full form of vptr?(a) Vector Pointer(b) Virtual Pointer(c) V type Pointer(d) Virtual-vector PointerThis question was addressed to me at a job interview.The origin of the question is vtable and vptr in division Class Hierarchies, Library & Containers of C++

Answer»

Correct answer is (a) VECTOR POINTER

To explain: VPTR is abbreviated for a virtual pointer which is USED to POINT virtual tables of a class.



Discussion

No Comment Found

Related InterviewSolutions