Suppose that a class <my-class>
is defined using define-class
(see define-class), with slots that have
accessor functions, and that an application has created several instances
of <my-class>
using make
(see make). What then happens if <my-class>
is redefined by calling
define-class
again?