struct — value type. class — reference type.
1struct Point { public int X, Y; }2class Person { public string Name; }