Common Lisp the Language, 2nd Edition


next up previous contents index
Next: Inheritance of Methods Up: Programmer Interface Concepts Previous: Accessing Slots

28.1.3. Inheritance

change_begin
A class can inherit methods, slots, and some defclass options from its superclasses. The following sections describe the inheritance of methods, the inheritance of slots and slot options, and the inheritance of class options.
change_end



AI.Repository@cs.cmu.edu