This loads the package.
The next class defines one method bound to the class by means of the modifier Static and another one bound to an object.
Object bound members are always accessed by means of an object.
A method or field bound to the class may be accessed through an object. Then, class polymorphism takes place for Virtual members, if the access is through an object method.
Usually, it is referenced by its class.
The name of the optional class constructor is Static[]. If defined, it is automatically called after a class was defined and before already existing subclasses are regenerated automatically. |