Pergunta de entrevista da empresa Summitworks Technologies

What is inheritance? What is the difference between overloading and overriding?

Resposta da entrevista

Sigiloso

24 de fev. de 2017

Inheritance is (is-a) relationship with two or More classes or interfaces. Overriding is performed in two class which have is-a relationship where as overloading performed within a class.