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 searching? Explain linear and binary search.
Is empty stack c++?
What is abstract keyword in c++?
What is #include cstdlib in c++?
What is setiosflags c++?
What are the advantage of using register variables?
What is constant in c++ with example?
Explain how to initialize a const member data.
Difference between delete and free.
What is the syntax for a for loop?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Is turbo c++ free?
What are the two types of polymorphism?
What do you mean by persistent and non persistent objects?
Where Malloc(), Calloc(), and realloc() does get memory?