Computer Science, asked by ajadali41487, 8 months ago

INHERITANCE AND REUSABILITY
anchanism by which an object acquires some or​

Answers

Answered by kamathpai79
1

Answer:

Inheritance means a sub class can access from its super class

When a class inherits features from another class then it may happen that some of the components used in the base class are applied to derieved class for some operation this is known as reusability applied through inheritance

Explanation:

Similar questions