Question d’entretien chez WealthOS

What is polymorphism in oop

Réponse à la question d'entretien

Utilisateur anonyme

14 juin 2023

It allows objects of different classes to be treated as objects of a common superclass. Polymorphism is often achieved through method overriding and method overloading