Question d’entretien chez eClerx

What is RunTime Polymorphism?

Réponse à la question d'entretien

Utilisateur anonyme

15 oct. 2010

Function, Constructor, Operater overloading comes under compile time polymorphism and function overriding, virtual functions come under runtime polymorphism.

2