Warning: This is the manual of the legacy Guile 2.2 series. You may want to read the manual of the current stable series instead.
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?
• Default Class Redefinition Behaviour: | ||
• Customizing Class Redefinition: |