___________ underlines the feature of Polymorphism in a class.

___________ underlines the feature of Polymorphism in a class. Correct Answer Virtual Function

Virtual Functions can be defined in any class using the keyword virtual. All the classes which inherit the class containing the virtual function, define the virtual function as required. Redefining the function on all the derived classes according to class and use represents polymorphism.

Related Questions