Trusted by millions of Kenyans
Study resources on Kenyaplex

Get ready-made curriculum aligned revision materials

Exam papers, notes, holiday assignments and topical questions – all aligned to the Kenyan curriculum.

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

Answer Attachments

Exams With Marking Schemes

Related Questions