Domanda di colloquio di Tudip Technologies

What is inheritance?

Risposte di colloquio

Anonimo

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

Anonimo

3 nov 2017

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