Virtual function - Definition,Features - C++

Q.  C++: Which of the following is\are true about virtual function?
- Published on 19 Oct 15

a. 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.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)