InterviewSolution
Saved Bookmarks
| 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 |
|