Virtual function - Definition,Features - C++
Q. C++: Which of the following is\are true about virtual function?- Published on 19 Oct 15a. Function call is resolved at run-time
b. It is member function of a class.
c. Generally has a different functionality in the derived class.
d. All of the above.
ANSWER: All of the above.