Question d’entretien chez Evertz Microsystems

What is a virtual function?

Réponses aux questions d'entretien

Utilisateur anonyme

24 nov. 2017

It is a function in parent class. The child class which inherits parent class can override the virtual class.

Utilisateur anonyme

24 nov. 2017

Sorry! It should be "override the virtual function". If the virtual function is not override by the child class, the child class will have that original virtual function