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
Is the declaration of a class its interface or its implementation?
What is a buffer c++?
what is oops and list its features in c++?
How are pointers type-cast?
What is abstract keyword in c++?
Why was c++ created?
How come you find out if a linked-list is a cycle or not?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What do the header files usually contains?
What is istream c++?
You want to link a c++ program to c functions. How would you do it?
What is the basic structure of a c++ program?
What do you mean by translation unit in c++?
What is the use of seekg in c++?
Why is c++ still best?