MV Clouds Interview Question

What is method over loading and methods overriding?

Interview Answer

Anonymous

Sep 16, 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.