Question: Why would you use a class field in C#
- To define behaviours of the class
- To hold information and data contained in the class object
- To communicate between classes and object
- 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