Pergunta de entrevista da empresa MyTel

What is method overriding and overloading?

Resposta da entrevista

Sigiloso

3 de jul. de 2022

Method overloading is used to increase the readability of the program. Method overriding is used to provide the specific implementation of the method that is already provided by its super class.