Common Lisp the Language, 2nd Edition
Next: Inheritance of Slots
Up: Inheritance
Previous: Inheritance
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.
AI.Repository@cs.cmu.edu