First page Back Continue Last page Graphics
Object-Oriented Summary
Everything is an object.
Computation is performed by objects communicating with each other, requesting that other objects perform actions.
Each object has its own memory, which consists of other objects.
Every object is an instance of a class.
The class is the repository for behaviour associated with an object.
Classes are organized into a singly rooted tree structure called the inheritance hierarchy.