| Format: <inherit ClassName1, ... > |
Context: The inherit tag must be used inside a def, defenv, or defclass tag, directly following the def, defenv, or defclass tag.
Purpose: Syntactically, object classes are defined using the inherit tag in the body of the def, defenv or defclass tag. The inherit tag lists the classes from which definitions are inherited. These are the super classes of the class being defined.
See Also: For a class reference list, see the Class Library.