Generally Reference types are inherited from which class?


Generally Reference types are inherited from which class?

Ans)

Reference types inherit directly from System.Object , while all other value types are inherited directly from a type called ValueType, which in turn inherits from "System.Object."