I'm trying to understand inheritance fully Inheritance - C# Programming Guide but it'd be better if I could put the object class in the actual tutorial. I want to fully absorb it by stepping through the code & see the Object class working. The tutorial only has the derived classes WorkItem & ChangeRequest & their members. It'd be so much better if I could see the object class working as I step-through.
1 - Is it possible to find the source code of the object class? I found the System.dll in virtual studio, but this looks to be object code, already compiled (I think I'm correct in this statement?).
2 - If I was to complete 1, would I then run into naming conflicts or would C# prioritize local declarations over namespaced ones?
1 - Is it possible to find the source code of the object class? I found the System.dll in virtual studio, but this looks to be object code, already compiled (I think I'm correct in this statement?).
2 - If I was to complete 1, would I then run into naming conflicts or would C# prioritize local declarations over namespaced ones?