Pergunta de entrevista da empresa Capgemini

What is difference between method overloading and method overriding?

Resposta da entrevista

Sigiloso

18 de set. de 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