1.

What is the full form of vtable?(a) V type table(b) Vector table(c) Virtual table(d) Virtual-vector tableThe question was asked in quiz.Query is from vtable and vptr topic in portion Class Hierarchies, Library & Containers of C++

Answer»

Right ANSWER is (C) VIRTUAL table

Easiest explanation - Full form of vtable is a virtual table. This is called so because it STORES the information about virtual functions of a class.



Discussion

No Comment Found

Related InterviewSolutions