Common Lisp the Language, 2nd Edition


next up previous contents index
Next: Inheritance of Slots Up: Inheritance Previous: Inheritance

28.1.3.1. Inheritance of Methods

change_begin
A subclass inherits methods in the sense that any method applicable to all instances of a class is also applicable to all instances of any subclass of that class.

The inheritance of methods acts the same way regardless of whether the method was created by using one of the method-defining forms or by using one of the defclass options that causes methods to be generated automatically.

The inheritance of methods is described in detail in section 28.1.7.
change_end


AI.Repository@cs.cmu.edu