Get premium membership and access questions with answers, video lessons as well as revision papers.

Describe Inheritance in programming.

      

Describe Inheritance in programming.

  

Answers


Kavungya
The ability to create a new class by adding to or overriding parts of an existing class. The objects of the new class acquire the properties of objects of another class. This concept supports the concept of hierarchical classification (i.e. each derived class shares common characteristics with the class from which it is derived). The inheritance concept provides the idea of re-usability (i.e. additional features can be added to an existing class without modifying it).
Kavungya answered the question on May 15, 2019 at 15:16


Next: Define Class Hierarchy.
Previous: List the characteristics of OOP.

View More Computer Programming Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions