Pergunta de entrevista da empresa OJAS Softech

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

Resposta da entrevista

Sigiloso

4 de out. de 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.