|
|
Structs and Initialization | Structs have constructors in the same way as classes. There are, however, a few special
rules of constructors in structs. These special rules are described on this page. |
The means for initialization of struct values are slightly different from the means for initialization of class instances (objects) |
Initializers cannot be used in Structs The parameterless default constructor cannot be redefined. |