Sollicitatievraag bij Cognizant

What is virtual function?

Antwoord op sollicitatievraag

Anoniem

4 sep 2019

Virtual function is member function, which declared inside base class, used to get the derived version of that override function. Virtual function is used to achieve runtime polymorphism.