employer cover photo
employer logo
employer logo

Health Care Service Corporation

Employeur impliqué

Question d’entretien chez Health Care Service Corporation

What is the difference between overloading and overriding in Java?

Réponse à la question d'entretien

Utilisateur anonyme

15 mai 2020

Overloading occurs when two or more methods in one class have the same method name but different parameters. ... Overriding allows a child class to provide a specific implementation of a method that is already provided its parent class.

1