Making your own applications : Defining classes

Defining classes
In the Smalltalk development environment, you generally define a class (or create a defined class) by subclassing from an existing class.
Defining a class consists of the following activities:
When you create a class, you become its owner.