Question d’entretien chez OJAS Softech

Difference between overloading and overriding. They asked some questions from String Handling.

Réponse à la question d'entretien

Utilisateur anonyme

4 oct. 2017

Method Overloading is like having two or more methods with same name , different parameters in same class . while, Method overriding is like inheriting methods from super class and parameters , returns types of methods in super and base class should be same.