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 c++ programming language?
How to declare a function pointer?
Describe friend function & its advantages.
What is c strings syntax?
What is a syntax in c++?
Describe the advantage of an external iterator.
What is private public protected in c++?
Write about the use of the virtual destructor?
Why do we use setw in c++?
What is #include c++?
What is ios in c++?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What are the storage qualifiers?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What are different types of loops in c++?