Why would you use a class field in C#
To define behaviours of the class
To store the class definition value Official documentation: Introduction to classes
To communicate between classes and object
To hold information and data contained in the class object