System.Object being the base class

后端 未结 8 998
北荒
北荒 2020-12-03 15:47

This question may be usual for many, i tried for an hour to understand the things but getting no proper explanation.

MSDN says, System.Object is the ultimate

8条回答
  •  醉梦人生
    2020-12-03 15:55

    Class A inherits from System.Object. Class B inherits from class A, which inherits from System.Object

提交回复
热议问题