employer cover photo
employer logo
employer logo

UK Research and Innovation

Engaged Employer

UK Research and Innovation Interview Question

What is inheritance in OOP?

Interview Answer

Anonymous

Jan 9, 2022

Inheritance is when a child class inherits certain functions and methods from a parent class. I then went on to give an example of how inheritance is used in programming

1