Pergunta de entrevista da empresa MV Clouds

What is method over loading and methods overriding?

Resposta da entrevista

Sigiloso

16 de set. de 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.