Answer Posted / ranjeet garodia
it is not look up table.
instead it is vtable.
every object has the vptr which locate the vtable in which
there is entries for the virtual functions.
so when calling the function it ucall the respective
function through vptr.
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How do we implement inheritance in c++?
What is a literal in c++?
What is meaning of in c++?
How to tokenize a string in c++?
what is a reference variable in C++?
What is iterator c++?
What is function prototyping?
What is heap sort in c++?
What is iterator in c++?
What is rtti in c++?
What do you mean by function overriding & function overloading in c++?
Difference between inline functions and macros?
What does the linker do?
What is a .lib file in c++?
What is operators in c++?