Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

make java program contine this implment make sure you will not miss anything ill up vote Patient Classes: Implement: - a base patient class (

make java program contine this implment make sure you will not miss anything ill up vote
Patient Classes: Implement:
- a base patient class (abstract) with common attributes and methods.
- Create specific patient classes (chronic disease and non-chronic disease
(that extend from the patient class, each representing a different type of
diseases.
- Then add at least one inherited class as examples of chronic disease (e.g., diabetes
, high blood pressure (...and non-chronic disease (flu (with specific
characteristics and behaviours.
These classeas should contain information about the patients like their patientID, name,
date of birth, place of birth, the year which diagnosed with the illness, List patient visits
with the doctor (and their dates and times), type of medicine.
- Doctor Classes: Implement:
- a class that contains at least basic information: ID, name, date of birth, qualifications,
hire date.
- List of patients to take care of (1-to-many relationship, i.e., each doctor may have
multiple apatients but each patient has one doctor)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions

Question

Explain exothermic and endothermic reactions with examples

Answered: 1 week ago

Question

Write a short note on rancidity and corrosiveness.

Answered: 1 week ago