Common Lisp the Language, 2nd Edition


next up previous contents index
Next: Creating Instances of Up: Classes Previous: Classes

28.1.2.1. Defining Classes

change_begin
The macro defclass is used to define a new named class. The definition of a class includes the following:

The slot options and class options of the defclass form provide mechanisms for the following:


change_end



next up previous contents index
Next: Creating Instances of Up: Classes Previous: Classes


AI.Repository@cs.cmu.edu