What is necessary when defining a class?
- Making sure the code in the definition is indented
- Only creating 5 variables in a class definition
- Avoid using the class object multiple times
- Saving space inside the class
Making sure the code in the definition is indented.