Create two classes, Patient and Billing, whose objects are records for a clinic.   Patient will be derived from the class Person .   A Patient record has patient ID and primary physician of type Doctor, in addition to the inherited properties.   A Billing object will contain a Patient object, a Doctor object, and an amount of type double .   Be sure your classes have a reasonable complement of constructors, accessor, and mutator methods, and suitably defined display methods.   Write a test program that creates at least two patients, at least two doctors, and at least two Billing records, and then prints out the total income from the Billing records.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 9PE
icon
Related questions
Question
100%
  • Create two classes, Patient and Billing, whose objects are records for a clinic.

 

  • Patient will be derived from the class Person .

 

  • A Patient record has patient ID and primary physician of type Doctor, in addition to the inherited properties.

 

  • A Billing object will contain a Patient object, a Doctor object, and an amount of type double .

 

  • Be sure your classes have a reasonable complement of constructors, accessor, and mutator methods, and suitably defined display methods.

 

  • Write a test program that creates at least two patients, at least two doctors, and at least two Billing records, and then prints out the total income from the Billing records.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 8 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning