Answer Posted / tiru
virtual table contains the address of the virtual functions
and pointers to the objects of the each of the derived
classes.
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What is a node class in c++?
What is a class definition?
How do you establish a has-a relationship?
How does list r; differs from list r();?
What are references in c++? What is a local reference?
What is an incomplete type in c++?
What is the use of ::(scope resolution operator)?
How do I write a c++ program?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Why do we use vector in c++?
What does iomanip mean in c++?
What is implicit conversion/coercion in c++?
Write a note about the virtual member function?
What should main() return in c and c++?
What is the difference between object-oriented programming and procedural programming?