What is virtual function?
Anonymous
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.
Check out your Company Bowl for anonymous work chats.