Tell me about virtual function
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 |
What is C++11?
How to delete array of objects in C++? Proof by C++ code for proper deletion
Explain the importance of method overloading in C++?
0 Answers Akamai Technologies, Infogain,
what do you mean by exception handling in C++?
What is latest update of C++ ?
Tell me about virtual function
What is a virtual function in C++?
To solve the 8 Queens problem, which algorithm is used?
What does it mean to take the address of a reference?
What is static variable and difference between(const char *p,char const *p,const char* const p).
How can a C function be called in a C++ program?
What are the different scope C++ provide ?