What is the meaning if "All the c#.net classes derived from system.object."
but Console class and many other classes are derive from system.console.
struct is derived from system.valuetype.
please explain me. I am totaly confused.
Loading
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.
Sam HobbsPosted Aug 1, 2010, 1:47 PM
Also note that System.Console is a namespace, not a class.