Answer Posted / nishikant sahu
V-Table holds the addresses of virtual functions of a class
and type_info structure for RTTI.V-table created class basis.
when an object created compiler secretly inserted the
v-table pointer of the respective class and then Vptr
iterator accordingly. all are done under the hood.
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
What is void pointer in c++ with example?
What is prototype for that c string function?
What is implicit conversion/coercion in c++?
Can we use clrscr in c++?
What is insertion sorting?
Does improper inheritance have a potential to wreck a project?
If all is successful, what should main return a) 0 b) 1 c) void
What does flush do?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is ios in c++?
What does it mean to declare a destructor as static?
What is c++ code?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What do you mean by persistent and non persistent objects?