Next: Changing the Class of an Instance, Previous: The Metaobject Protocol, Up: GOOPS [Contents][Index]
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?
| • Redefinable Classes | ||
| • Default Class Redefinition Behaviour | ||
| • Customizing Class Redefinition |