Google

Rudiments Reference

Classes:

The rudiments class library consists of several classes. Some are utility classes, others are designed to be base classes for software.

As a rule of thumb, the base classes should be inherited from and the utility classes should be instantiated as needed. Some of the utility classes have static methods which can be called directly without instantiating an instance of the class.