All objects in .NET inherit from which item?
A.
a reference type
B.
the System.Type class
C.
a value type
D.
the System.Object class
All objects in .NET inherit from which item?
All objects in .NET inherit from which item?
A.
a reference type
B.
the System.Type class
C.
a value type
D.
the System.Object class
D: – all classes, it derives from System.Object and inherits all its methods.
https://msdn.microsoft.com/en-us/library/ms173149.aspx?f=255&MSPPError=-2147217396
A reference type can be declared for a class but not inherited.