How the V-Table mechanism works?

Answer Posted / achal

V-Table mechanism works on principle of dynamic binding
i.e. which version of the function has to be called is
decided by CPU at run time.
Use of virtual functions make the execution slower. Not all
the objects of the same class have different V-Table.

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are function prototypes?

956


What are the various storage classes in C++?

840


Out of fgets() and gets() which function is safe to use and why?

921


What is the difference between global int and static int declaration?

613


What are c++ variables?

756


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

888


How would you call C functions from C++ and vice versa?

818


In c++, what is the difference between method overloading and method overriding?

797


How to access a variable of the structure?

759


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

802


What is the use of string in c++?

733


What is a character in c++?

759


What does override mean in c++?

767


Is ca high or low level language?

797


Does c++ support multilevel and multiple inheritances?

734