Next: , Previous: Basic Objects Usage, Up: Objects


5.23.3.3 The object.fs base class

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.