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
Is there any function that can skip certain number of characters present in the input stream?
Can I learn c++ without learning c?
what is the use of void main() in C++ language?
What are the uses of pointers?
What is the best way to declare and define global variables?
Specify some guidelines that should be followed while overloading operators?
What is the best ide for c++?
What are the advantages of c++ over c?
Why pointer is used in c++?
What is #include cstdlib in c++?
What is the exit function in c++?
How does com provide language transparency?
Is c++ a float?
What are the advantages of using const reference arguments in a function?
Explain what is oop?