Select from following answers:- System.Object
- System.ValueType

- System.Struct
- System.ReferenceType
- All Above
struct is the C#'s value type and is derived from 'System.ValueType'.
Structs are similar to classes (reference type) with some small differences such as struct cannot support inheritances while class does etc.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator