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
What are function prototypes?
What are the various storage classes in C++?
Out of fgets() and gets() which function is safe to use and why?
What is the difference between global int and static int declaration?
What are c++ variables?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
How would you call C functions from C++ and vice versa?
In c++, what is the difference between method overloading and method overriding?
How to access a variable of the structure?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is the use of string in c++?
What is a character in c++?
What does override mean in c++?
Is ca high or low level language?
Does c++ support multilevel and multiple inheritances?