Question d’entretien chez Shiash Info Solutions

What is polymorphism

Réponse à la question d'entretien

Utilisateur anonyme

27 mars 2019

The word polymorphism is used in various contexts and describes situations in which something occurs in several different forms. In computer science, it describes the concept that objects of different types can be accessed through the same interface. Each type can provide its own, independent implementation of this interface. It is one of the core concepts of object-oriented programming.