Object

Object
is the base all classes inherit from. It has no members.
This loads the package.
In[1]:=
Click for copyable input
The class Object is the base for all classes. This class has no definitions itself. If you omit a parent in the definition of a class, it inherits from what is stored in $DefaultClass, by default set to Object. We define a simple class.
In[2]:=
Click for copyable input
Subclasses lists the new class.
In[3]:=
Click for copyable input
Out[3]=
Vice versa, the class has Object as its parent.
In[4]:=
Click for copyable input
Out[4]=
Object itself has no definitions.
In[5]:=
Click for copyable input
Out[5]//TableForm=
Out[5]=