Computer Science, asked by abhijeetpattanaik399, 4 months ago

what is inheritance and it's uses? ​

Answers

Answered by ayushtiwari84
0

Answer:

2461361313 {3y616164 < 4}^{?}

Answered by Anonymous
1

Answer:

Code reuse

Implementation inheritance is the mechanism whereby a subclass re-uses code in a base class. By default the subclass retains all of the operations of the base class, but the subclass may override some or all operations, replacing the base-class implementation with its own.

Similar questions