Introduction to OOP
Chapter 1: Thinking Object-Oriented :
next
previous
audio
real
text
Elements of OOP - Overriding
Subclasses can alter or override information inherited from parent classes:
All mammals give birth to live young
A platypus is an egg-laying mammal
Inheritance combined with overriding are where most of the power of OO originates.
Intro OOP,
Chapter 1
, Slide 29