MV Clouds interview question

What is method over loading and methods overriding?

Interview Answer

Anonymous

16 Sept 2022

Method overloading is if we use a function with same name and different different parameters in a class multiple Times it will be overloading If we access any method in child class using inheritance it will be overriding.