Pregunta de entrevista de MV Clouds

What is method over loading and methods overriding?

Respuesta de la entrevista

Anónimo

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.