Pregunta de entrevista de Tudip Technologies

What is inheritance?

Respuestas de entrevistas

Anónimo

14 de sept de 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

Anónimo

3 de nov de 2017

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