Answer Posted / hrpynux@gmail.com
A C++ virtual function is a member function in the base class that you redefine in a derived class. It is declared using the virtual keyword. It is used to tell the compiler to perform dynamic linkage or late binding on the function. ... A 'virtual' is a keyword preceding the normal declaration of a function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Who wrote stl?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is abstraction c++?
Is c++ a dying language?
What is abstract class in c++?
What is class encapsulation?
Which programming language is best to learn first?
Describe protected access specifiers?
What are static member functions?
Define 'std'.
Is main a class in c++?
Does improper inheritance have a potential to wreck a project?
Difference between overloaded functions and overridden functions
What are the types of container classes?
Is c++ the hardest programming language?