Next: Creating objects, Previous: Basic objects.fs Usage, Up: The objects.fs model [Contents][Index]
When you define a class, you have to specify a parent class. So how do
you start defining classes? There is one class available from the start:
object
. It is ancestor for all classes and so is the
only class that has no parent. It has two selectors: construct
and print
.