root class of .net
what is the root class of .net?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Apr 17, 2012, 4:17 AM
Gaurav GuptaPosted Apr 17, 2012, 6:49 AM
VulpesPosted Apr 17, 2012, 6:47 AM
The 'System' part means that it's a class within the System namespace.
In C# the keyword 'object' is an alias for System.Object and can be used interchangeably.
Gaurav GuptaPosted Apr 17, 2012, 6:35 AM
lakshmipathi vemulaPosted Apr 17, 2012, 4:04 AM
Root class is the class from which class all the remaining classes are inherited.
If a class is not inherited from any other class explicitly,it means that that class is inherited from System.Object class implicitly.
So here System.Object is the Root Class........
To know more about .NET
http://www.bestdotnettraining.com/User/TrainingCourses.aspx
VulpesPosted Apr 17, 2012, 4:04 AM