Object

Summary

System.Object is the root class that all other classes inherit from.

Description

System.Object is the root class that all other classes inherit from. JS++ uses a "unified type system" whereby all types, including primitive types such as int and bool, inherit from System.Object.

All objects inheriting from System.Object are also known as "internal types" (in contrast to the JavaScript "external type(s)").

Methods

Share

HTML | BBCode | Direct Link