Computer Science, asked by akshaybasketballplay, 11 months ago

How inheritance is useful in programming terms?

Answers

Answered by prynkadeb
9

using inheritance you can use the property of one class in another.

thereby reducing redundancy of your code, i.e you need not write the same code again and again.

Similar questions