Question d’entretien chez Coforge

what is polymorphism ?

Réponse à la question d'entretien

Utilisateur anonyme

9 févr. 2016

Polymorphism is the ability of an object to take on many forms. The most common use of polymorphism in OOP occurs when a parent class reference is used to refer to a child class object.

1