Is dit jouw bedrijf?
2. what is virtual function?
Anoniem
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.