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 is object in c++ wikipedia?
Is there any function that can skip certain number of characters present in the input stream?
What programming language should I learn first?
How is objective c different from c++?
What is polymorphism in c++? Explain with an example?
What return value must conversion operators have in their declaration?
What is array in c++ example?
How do you initialize a string in c++?
Can a class be static in c++?
How many types of comments are there in c++?
What is the difference between global variables and local variable
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What are libraries in c++?
Is c++ a programming language?
Is map sorted c++?