+ 1
What is inheritance?
2 Answers
+ 1
InheritanceĀ is the process of creating new classes, called derived classes, from. existing classes or base classes. The derived classĀ inheritsĀ all the capabilities of the. base class, but can add embellishments and refinements of its own.