Question: Create a class called HealthRecord This class must have the following private data birth date (Must be type Dat) weight (a double) history (an ArrayList
Create a class called HealthRecord This class must have the following private data birth date (Must be type Dat) weight (a double) history (an ArrayList of HealthNote) vaccinations (an ArrayList of VaccinationNote) This class must have the following methods default constructor constructor with parameters for the data copy constructor (This is new to you. See note below.) Create appropriate accessor and mutator methods to return and modify the private data. setRecord with parameters for the data toString addHealthNote (adds a new HealthNote to history) addVaccinationNote (adds a new VaccinationNote to vaccinations)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
