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.
- These messages are requests to execute
various methods within the object's
class.