Pergunta de entrevista da empresa Deloitte

what is Overrrinding and Overloading in java?

Resposta da entrevista

Sigiloso

19 de jul. de 2024

Overloading happens when you keep the same method name but change the number or type of parameters. Overriding occurs when you keep the same method name and signature but change the implementation.