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 prototype for that c string function?
What is the default access level?
What is tellg () in c++?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Explain what data encapsulation is in c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is namespace std; and what is consists of?
Give example of a pure virtual function in c++?
When there is a global variable and local variable with the same name, how will you access the global variable?
State the difference between pre and post increment/decrement operations.
What is #include c++?
In c++, what is the difference between method overloading and method overriding?
What is an orthogonal base class in c++?
Write about the various sections of the executable image?
Which format specifier is used for printing a pointer value?