Pergunta de entrevista da empresa Tudip Technologies

What is inheritance?

Respostas da entrevista

Sigiloso

14 de set. 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

Sigiloso

3 de nov. de 2017

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