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 do you mean by enumerated data type?
What is the protected keyword used for?
Should the this pointer can be used in the constructor?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
How are pointers type-cast?
What is a local reference?
How much do coding jobs pay?
Define friend function.
What is linked list in c++?
What is DlgProc?
What is #include iostream h in c++?
What are the stages in the development cycle?
What is binary search in c++?
What do you mean by public protected and private in c++?
What is pointer to member?