Infosys Interview Question

Explain the concept of inheritance.

Interview Answer

Anonymous

Aug 4, 2021

Inheritance is a concept where a child class can access the methods of a base class. Inheritance can be achieved by extending a parent class or by using interfaces.