C# Structures
What is a structure in C#
A primitive data type
Classes are reference types
Examples: int, double, DateTime
Represented by the key word struct
Structures, like classes, have Properties,
Methods, Fields, Constructors
Always have a parameterless constructor
This constructor cannot be removed
Mostly used to store data