Your Classes Are as Special as Microsoft's
This might sound obvious, but the classes you write are not any different from those written by Microsoft in the .NET Framework. Even though you don't explicitly declare it, your classes ultimately inherit from System.Object, just like those found in the vast class library in the framework.
