Inheritence with System.object class
System.Object Class is inherited to every class we create in .net ,at the same time it is being said that-mutiple inheritance is not supported.ie only single inheritance is possible.Then how is the object class inherited?
|