Question d’entretien chez Deloitte

what is Overrrinding and Overloading in java?

Réponse à la question d'entretien

Utilisateur anonyme

19 juill. 2024

Overloading happens when you keep the same method name but change the number or type of parameters. Overriding occurs when you keep the same method name and signature but change the implementation.