Computer Science, asked by Jass2708, 1 year ago

the major advantage of inheritance is_____of code.

Answers

Answered by Anonymous
2
the major advantage of inheritance is reusability
Answered by Anonymous
1
Hey!

The major advantage of inheritance is reusability of code..

Inheritance is the process by which a new class can be created by borrowing the properties of one or more existing classes..

It increases reusability of code..

It also adds some enhancements to the base class without affecting it..

Hope it helps^^
Similar questions