Generic Step
Create a class.
Indices on this generic step:
- Smalltalk Language-Subclassing
- Smalltalk Environment-Making a Subclass
- Smalltalk Environment-Making a Browser Category
Description
Create a class.
Strategy
Expected Outcome
Concepts related to this step:
Hints on reusing this step
To create a class for any situation, you follow the above procedure and change only:
- The name of the superclass
- The name of the class
- The instance variables list.
Examples of this Generic Step