employer cover photo
employer logo
employer logo

Tudip Technologies

Is this your company?

Tudip Technologies interview question

What is inheritance?

Interview Answers

Anonymous

Sep 14, 2017

One of the most important concepts in object-oriented programming is that of inheritance. Inheritance allows us to define a class in terms of another class, which makes it easier to create and maintain an application. This also provides an opportunity to reuse the code functionality and fast implementation time.

1

Anonymous

Nov 3, 2017

Inheritance means one class object aquire the properties of another class object.