What is necessary when defining a class?

Making sure the code in the definition is indentedOnly creating 5 variables in a class definitionAvoid using the class object multiple timesSaving space inside the class

Making sure the code in the definition is indented.