Frage im Vorstellungsgespräch bei iDirect

2. what is virtual function?

Antworten zu Vorstellungsgespräch

Anonym

23. Feb. 2011

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.

2

Anonym

18. Nov. 2010

its base class has a function with keyword virtual and assigned value 0.