Is a struct just a class that derives from ValueType?
Is it true to say that a struct is just a class which inherits from
System.ValueType?
Is the keyword "struct" just syntactic sugar for writing a class with :
System.ValueType after the name?
If it is just a class, then is it true to say that not all classes are
reference types since structs are technically classes?
No comments:
Post a Comment