Computer Science, asked by hawabazi6667, 11 months ago

In object oriented programming advantages of inheritance include

Answers

Answered by Adityanandi550
1

Answer:

Reusability

Efficient compact code

Robust programming

Explanation:

You can use a single class in any other class using multi or single level inheritance.

Similar questions