previous
|
index
|
next
Classes vs. Objects
A class diagram is a static representation of classes, which are abstractions.
A running object-oriented program is a collection of
active
class instantiations — objects — that are passing
messages
to one another.
previous
|
index
|
next