Reference types, Value types, and Patterns
- slide 11 : 29
Structs and Initialization
The means for initialization of struct values are slightly different from the means for initialization of class instances (objects)
Fields in structs cannot have initializers.
An explicit parameterless constructor is not allowed.
Constructors in classes
Initializers cannot be used in Structs
The parameterless default constructor cannot be redefined.