Answer Posted / nashiinformaticssolutions
• 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 endl c++?
What are function prototypes?
Define the process of handling in case of destructor failure?
Is c++ fully object oriented?
List the issue that the auto_ptr object handles?
What is the difference between #import and #include?
Write bites in Turbo c++ Header ("Include") Files.
What is &x in c++?
How would you obtain segment and offset addresses from a far address of a memory location?
What is the type of this pointer in c++?
What is a buffer c++?
Write a program to find the Fibonacci series recursively.
Is c++ the most powerful language?
What is a hash function c++?
Explain public, protected, private in c++?