Frage im Vorstellungsgespräch bei Cognizant

What is virtual function?

Antwort im Vorstellungsgespräch

Anonym

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.