Pregunta de entrevista de Tata Consultancy Services

Explain inheritance

Respuestas de entrevistas

Anónimo

11 dic 2017

Inheritance can be defined as the process where one class acquires the properties of another class...provides extensibility, reusability.

7

Anónimo

9 ago 2017

When an object or class is based on the another object or class using same implementation

3