First page Back Continue Last page Graphics
Classes & Instances
All objects are instances of a class.
The method invoked by an object in response to a message is determined by the class of the receiver.
All objects of a given class use the same method in response to similar messages.