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 a hash function c++?
What is the use of main function in c++?
Difference between struct and class in terms of access modifier.
Can you please explain the difference between static and dynamic binding of functions?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Which programming language's unsatisfactory performance led to the discovery of c++?
What are the classes in c++?
What is the use of register keyword with the variables?
Is swift a good first language?
Who calls main function?
Define pure virtual function?
Can I uninstall microsoft c++ redistributable?
What is a stack c++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is a static element?