CameraMatics Interview Question

What does it mean to overload a method?

Interview Answer

Anonymous

Aug 18, 2024

to overload a method means to implement the same method but it accepts different set or parameters passed into it or a different return type.