Pergunta de entrevista da empresa Intel Corporation

Difference between method overloading and method over riding

Resposta da entrevista

Sigiloso

7 de abr. de 2016

Method Overloading: implementation class using the same name with different parameters. Method Overriding: implementation class using same class definition with out any change in parameter definition. Number of arguments and type of arguments should be same.

1