S
R
T
B
H
P
N
Chapter #3 - Class Relationships
Object-oriented programs are most often built by using relationships between multiple classes. This chapter covers the important things to know about using them.
Summary of the four class relationships
Inheritance
Compound Objects
TextFinder example
Programming exercises