0 out of 2 rated this helpful - Rate this topic

4.2.2 The object type

Visual Studio .NET 2003

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.

The keyword object is simply an alias for the predefined class System.Object.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.