Description
Implement code according to the UML diagram we provided. Use the tests we provided to check your implementation. (The tests will be released with Week 6 material, following the submission of GP #2.)
Your code will be graded by being run against the same tests, but with different test values. For example, in a test provided to you, we might create a DisasterVictim object using a person named Freda, but in the actual test we might change her name to Josephine.
This is to ensure that tests cannot be passed by hardcoding values. In order for your code to successfully pass the tests, it must be part of the edu.ucalgary.oop package.
You should not include any unnecessary files or folders/directories. Your code must compile against the tests, or it will receive a 0. More information about automatic grading is provided in Lesson 18A.