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
Class A inherits from System.Object. Class B inherits from class A, which inherits from System.Object
A
B
System.Object