Correct Answer : Option (D) : All the functions which are declared in the base class and is re-defined/overridden by the derived class
Explanation : Virtual function is a function that is declared inside the base class and is re-defined inside the derived class.