How the V-Table mechanism works?

Answer Posted / ramesh

V-table is specific to class. No matter how many objects
are created for this class, only one virtual table exists.
Each virtual function in the class will have a pointer in
Vtable.

Whenever a code like Base *b = new Derived; is encountered,
during compile time the search will happen in Base class.
Its only during run time the actual objects are invoked and
the fucntion present in derived class will be called.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a Structure contain a Pointer to itself?

784


What is boyce codd normal form in c++?

892


What are arrays c++?

808


If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?

781


What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

742


What is meant by the term name mangling in c++?

706


Do class declarations end with a semicolon?

768


How the endl and setw manipulator works?

734


Can c++ do everything c can?

799


What is the use of dot in c++?

815


What is the copy-and-swap idiom?

810


Write about the role of c++ in the tradeoff of safety vs. Usability?

787


What is the return value of the insertion operator?

816


What is the size of a vector?

789


What is a unnitialised pointer?

760