Computer Science, asked by qureshiIqbal, 1 year ago

explain inheritance and its types?

Answers

Answered by komalnegi
1

The term inheritance means to link and share some common properties of one class with the other class. This can be done by extending the object of one class into another class and using through it

Similar questions