Question: C++ program Write a program that computes a patient's bill for a hospital stay. This includes designing several classes: HospitalCharges, Surgery, Medication, PatientAccount, and Date
C++ program






Write a program that computes a patient's bill for a hospital stay. This includes designing several classes: HospitalCharges, Surgery, Medication, PatientAccount, and Date class. Al class attributes must be private and accessed through public member functions The attributes of each class are summarized below: HospitalCharges class has the following private attributes vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
