Description should include
- using curly braces "{ }" that begin and end the operations of a method (Any object or variable declared within the scope or curly braces of a method is only available to the code within the boundaries of the curly braces.)
- declaring objects or variables at the beginning of the class definition that need to be accessed by the rest of the class.