Answer Posted / dee
V-table is created for class when a class has atleast one
virtual function and each virtual function has a entry in
the V-table.
| Is This Answer Correct ? | 48 Yes | 3 No |
Post New Answer View All Answers
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
How does a copy constructor differs from an overloaded assignment operator?
When should overload new operator on a global basis or a class basis?
Why do we need function?
Who created c++?
Explain the concept of friend function in c++?
What is an inline function in c++?
What is cin clear () in c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is ctime c++?
What is the difference between multiple and multilevel inheritance in c++?
What would happen on forgetting [], while deallocating an array through new?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is this pointer in c++?
What does ctime() do?