Question d’entretien chez Publicis Sapient

what is polymorphism in oops?

Réponse à la question d'entretien

Utilisateur anonyme

12 juil. 2024

Polymorphism is a concept in programming where one function, method, or object can take many forms. It allows you to use a single interface to represent different underlying data types or methods, making your code more flexible and reusable.