Fundamentals Program/C#/Non-primitive data types/Classes Fields Topic 16 of 30 in C# Fields are variables that belong to a class or struct and store data for each instance of the type. They represent the state or data members of an object. More in C#Primitive data typesAccessorsForeachForTypesIntFloatBoolcharValuesLiteralNon-primitive data typesStructsClassesMethodsFieldsData structuresArraysListsstringsControl FlowLoopsConditionalselse ifreturnElseifExpressions & OperatorsArithmeticAssignment PreviousMethods NextData structures All 48 topics in the Fundamentals Program