Basic Concepts of OOP
4. Reusing code through inheritance. A hierarchy of classes allow derived classes to inherit code (i.e.., data structures and functions) defined in parent classes. For example,
Singular
Nonsingular
Square
Matrix
Previous slide
Next slide
Back to first slide
View graphic version