Open the file testblooddatajava and click the run code


Open the file BloodData.java that includes fields that hold a blood type (the four blood types are O, A, B, and AB) and an Rh factor (the factors are + and -).

Create a default constructor that sets the fields to "O" and "+", and an overloaded constructor that requires values for both fields. Include get and set methods for each field.

Open the file TestBloodData.java and click the "Run Code" button to demonstrate that each method works correctly.

Open the file Patient.java which includes an ID number, age, and BloodData.

Provide a default constructor that sets the ID number to "0", the age to 0, and the BloodData to "O" and "+".

Create an overloaded constructor that provides values for each field. Also provide get methods for each field.

Open TestPatient.java. Click the green "Run Code" button at the bottom of your screen to demonstrate that each method works correctly.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Open the file testblooddatajava and click the run code
Reference No:- TGS02879251

Expected delivery within 24 Hours