What is inheritance?
Answers
Answered by
5
Answer:
- Inheritance is an object-oriented programming concept in which one class derives the properties of the rest of the classes.
Answered by
3
Answer:
In object-oriented programming, inheritance is the mechanism of basing an object or class upon another object or class, retaining similar implementation.
Similar questions