User's Guide


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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]