2 <clause number="11.2.2" title="The object type">
3 <paragraph>The object class type is the ultimate base class of all other types. Every type in C# directly or indirectly derives from the object class type. </paragraph>
4 <paragraph>The keyword object is simply an alias for the predefined class System.Object. </paragraph>