previous
|
index
|
next
Class Instances: Objects
While classes are abstractions, instances of classes (objects) make up a running object-oriented program.
Objects are like virtual computers realized in software; they have both
state
(data) and
behavior
(operations).
previous
|
index
|
next