Question: Type out the BloodData.java and TestBloodData.java files. Save, compile and test. Create a class named Patient that includes an ID number, age, and BloodData. Provide

Type out the BloodData.java and TestBloodData.java files. Save, compile and test. Create a class named Patient that includes an ID number, age, and BloodData. Provide a default constructor that sets the ID number to O, the age to 0, and the BloodData values to 0 and +. Create an overloaded constructor that provides values for each field. Also provide accessor (get) methods for each fields. Save the file as Patient.java. Create an application that demonstrates that each method works correctly (Must create two Patients- one using the default constructor and one that supplies the values) and displays each. Save the application as TestPatient.java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
