Creating a Software
System
n
Define the classes to which objects
belong.
n
A
class definition
determines the
features
and
behavior
of the
objects that are
instances
of the
class.
n
A
program source
is a
collection
of class definitions.