Terminology
The classes we will use include integer, symbol, null, pair, mobile, box, triangle.
A class defines a set of methods that can be used on members of the class. The class of an object can be found using (class object). In DrScheme, use drclass.
(send object 'selector arguments)
A selector can be thought of as an abstract procedure name.
Contents    Page-10    Prev    Next    Page+10    Index