employer cover photo
employer logo
employer logo

Summitworks Technologies

Is this your company?

Summitworks Technologies Interview Question

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

Interview Answer

Anonymous

Feb 24, 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.