This loads the package.
The class Object is the base for all classes. This class has no definitions itself. If you omit a parent in the definition of a class, it inherits from what is stored in $DefaultClass, by default set to Object. We define a simple class.
Subclasses lists the new class.
Vice versa, the class has Object as its parent.
Object itself has no definitions. |