Answer Posted / hr@tgksolutions.com
• 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 an operator function? Describe the function of an operator function?
What are pointer-to-members? Explain.
What do you mean by storage classes?
How does com provide language transparency?
Can we specify variable field width in a scanf() format string? If possible how?
What are signs of manipulation?
Explain the difference between c & c++?
What are c++ variables?
Is c++ primer good for beginners?
What is a Default constructor?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is the oldest programming language?
What is c++ runtime?
What is the best c++ compiler?
What is abstract keyword in c++?