Description should include the following:
- All class names are declared with initial letter capitalization (init cap) names.
- Methods and object references are declared in all lowercase names.
- In Java, the second word of a two-word method name is always capitalized, and no spaces are allowed.