why all types in .net are inherited from System.Object ?
pvdg42 - 03 Apr 2006 12:55 GMT
> why all types in .net are inherited from System.Object ?
Because that is far and away the most efficient way to build a large class
library?
Very similar to the approach used in MFC and the Java API.
Homer J Simpson - 12 Apr 2006 22:41 GMT
> why all types in .net are inherited from System.Object ?
Because the software was written by people who don't understand Basic and do
understand C++