Previous section: The classes <type>, <class>, and <singleton>

Dylan reference manual -- 8. Controlling Dynamism

8. Controlling Dynamism

This section describes how you can selectively control the dynamism of Dylan's functions and classes. The techniques for selectively controlling dynamism in Dylan are: Syntactically, these are all expressed as adjectives on the generic function, class, or method definition, or slot specification, with the exception of the seal generic form.

Next section: Declaring characteristics of classes