A Class
An individual class is shown on the diagram as a box with up to four sections:
The first section shows the name of the class. Names should be nouns. Typically the first letter of every word in a name is capitalized.
Attributes represent the state of the object or what the object knows.
Operators represent the behavior [...]
