L. Dolio Durant f4ddf51972 converted to BlueJ | 6 years ago | |
---|---|---|
.gitignore | 6 years ago | |
Human.java | 6 years ago | |
HumanTest.java | 6 years ago | |
InventoryManager.java | 6 years ago | |
InventoryManagerTest.java | 6 years ago | |
README.md | 6 years ago | |
RotateList.java | 6 years ago | |
RotateListTest.java | 6 years ago | |
package.bluej | 6 years ago |
Complete the 'Human' class that has fields for: name, age, gender, occupation, and address. Also create methods for retreiving and outputing this data to screen.
Then create a SuperHuman class and UNIT TEST that subclasses the first with fields for good or bad, hero name, super ability. As before, create methods for retrieving field data and printing to screen.
UML is required Unit test in place before proceeding with code Make sure you test EVERY public method