Deloitte Interview Question

what is Overrrinding and Overloading in java?

Interview Answer

Anonymous

Jul 19, 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.