Select from following answers:- System.Object
- System.Class
- Both
- None
- All Above
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.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator