Object

Description

The Object class is basic for all classes and types used in the Fore language.

Comments

Every object can be stored in variables declared with the Object data type. This class does not implement its own properties and methods.

Constructors

  Constructor name Brief description
Create The Create constructor creates an instance of class object.

See also:

System Assembly Classes