Question d’entretien chez HighRadius

Difference between operaor overloading and overriding

Réponse à la question d'entretien

Utilisateur anonyme

16 oct. 2023

Overriding occurs when the method signature is the same in the superclass and the child class. Overloading occurs when two or more methods in the same class have the same name but different parameters.