Introduction to OOP: Chapter 7: Inheritance [next] [previous] [audio] [real] [text]

Motivation for Inheritance

The basic reason for wanting to make use of inheritance is to leverage the creation of new software components from existing software components.

Intro OOP, Chapter 7, Slide 2