employer cover photo
employer logo
employer logo

Eazy Business Solution

Est-ce votre entreprise ?

Question d’entretien chez Eazy Business Solution

What is difference between method overloading and over riding

Réponse à la question d'entretien

Utilisateur anonyme

8 avr. 2022

When two or more methods in the same class have the same name but different parameters, it's called Overloading. When the method signature (name and parameters) are the same in the superclass and the child class, it's called Overriding.

1