Asp.Net Source HOME » asp.net learning » .NET Languages » Other » Overview of the Object Class
Title:

Overview of the Object Class

Posted At: 9/28/2009
URL: http://www.csharp-station.com/Articles/ObjectClass...
The object class is the ultimate base class of every type. Because of its lofty position and significant influence on the code you write, you should have a good understanding of the object class and its members. You may also be interested in knowing why object exists in the first place. In this article, we look at these things with the goal of making you more aware of the rationale and use of the object class in your code.

Comments:


No comments yet