Pregunta de entrevista de Deloitte

what is Overrrinding and Overloading in java?

Respuesta de la entrevista

Anónimo

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.