Est-ce votre entreprise ?
2. what is virtual function?
Utilisateur anonyme
Virtual function is written with keyword virtual in baseclass and is further overrideden in subclass having same name,return type and signatures..it is basically used to hide base class method from superclass.