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
Explain the scope of resolution operator.
Write about the various sections of the executable image?
What is abstraction in c++?
How do you sort a sort function in c++ to sort in descending order?
How many types of comments are there in c++?
What is a storage class used in c++?
What is a null object in c++?
What is a friend function in c++?
What is the importance of mutable keyword?
Write a function to find the nth item from the end of a linked list in a single pass.
How can we read/write Structures from/to data files?
What is vector pair in c++?
what is COPY CONSTRUCTOR and what is it used for?
Why c++ does not have finally?
Define 'std'.