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
What is a manipulative person?
Do you know the use of vtable?
Why is c++ still best?
What is the object serialization?
How does a copy constructor differs from an overloaded assignment operator?
Is c++ a good beginners programming language?
What is ctime c++?
Can you write a function similar to printf()?
Write a function to find the nth item from the end of a linked list in a single pass.
Is c++ the most powerful language?
What are compilers in c++?
Why is c++ not purely object oriented?
Is multimap sorted c++?
What is data hiding c++?
Does c++ cost money?