Question d’entretien chez Capital One

What is difference of Overriding and Overloading methods?

Réponse à la question d'entretien

Utilisateur anonyme

8 mars 2018

Overriding/Runtime Polymorphism- When you have same method name with same parameters in its parent and sub class. Overloading/Compiletime Polymorphism- When you have same method name but with different number/type of parameters in same class.