Now that we have a basic character class and our character sheets, we can start to learn how these can be created in Java as object-oriented classes.
- 1.
What is the name of the class and how does it fit within the hierarchy and how is it classified using an interface
- 2.
What are the values that are stored and used within each unique instance of the class
- 3.
What are the actions that each unique instance of the class can perform
- 4.
What rules govern how each unique instance is created during construction
Creating Some Class
We can start with ...