Question: Why would you use a class field in C#

  1. To define behaviours of the class
  2. To hold information and data contained in the class object
  3. To communicate between classes and object
  4. To store the class definition value

Answer: The correct answer of the above question is Option B:To hold information and data contained in the class object