Jump to user comments
(or "superclass"), and may add new instance variables and
methods. New methods may be defined with the same names as
those in the base class, in which case they override the
original one.
For example, bytes might belong to the class of integers for
which an add method might be defined. The byte class would
inherit the add method from the integer class.
(2000-10-10)