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 is the oldest programming language?
Will this c++ program execute or not?
Explain pass by value and pass by reference.
What problems might the following macro bring to the application?
What is the use of typedef?
What are the two types of comments?
What are the vectors in c++?
What are static type checking?
What is the difference between mutex and binary semaphore?
Write a program to find the reverse Fibonacci series starting from N.
program explaining feautures of c++
Is java a c++?
Why is polymorphism useful?
Write about an iterator class?
How do you remove an element from a set in c++?