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
How long will it take to learn programming?
What is binary object model?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is pure virtual function?
Is it possible to provide special behavior for one instance of a template but not for other instances?
What is a tree in c++?
What is the use of :: operator in c++?
What is :: operator in c++?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is else syntax in c++?
What is meant by iomanip in c++?
What are virtual constructors/destructors?
what you know about c++?
What do you mean by storage classes?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number