The area between the braces is the
"class body".
This is the area we will write our code for the class.
For the { and } we use the term braces, squiggly brackets, or curly brackets.
This is an
empty code body. This is our starting point.
Here is the code...