Answer Posted / glibwaresoftsolutions
• A virtual function is a member function that can be overridden in derived classes. Declared with the virtual keyword in the base class, enabling runtime polymorphism.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by persistent and non persistent objects?
Is map ordered c++?
What does scope resolution operator do?
Will the following program execute?
What methods can be overridden in java?
What are the 3 levels of programming languages?
Explain overriding.
Why use of template is better than a base class?
Can comments be nested?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Define friend function.
Why is null pointer used?
What is #include cmath?
What are formatting flags in ios class?
How can you link a c++ program to c functions?