CameraMatics interview question

What does it mean to overload a method?

Interview Answer

Anonymous

18 Aug 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.