object
You are here :

Sub nodes

Recent changes
Site plan
 
This page is not available in requested lang, reverting to default lang
 

All references are object.

That means that all definitions of non primitive classes implicitly inherits from the Object class.

Writing :

 class MyObject {
   // class definition
 }

is equivalent to writing :

 class MyObject extends Object {
   // class definition
 }
Propulsed by Wiclear