Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

c++ please Integrity Statement: Read carefully! Strict directives have been given to the assistants who will be marking this homework as a departmental policy is

image text in transcribed
image text in transcribedc++ please
Integrity Statement: Read carefully! Strict directives have been given to the assistants who will be marking this homework as a departmental policy is being developed on chcating. Any student caught in any form of cheating will be given zero (0) the first time. (We will not get into the issue of who copied from whom!!!). If such an act reoccurs, the case will be sent to the Student Discipline Committee. Submit this cover page with your assignment and sign here that you have read and understood this "Integrity Statement" paragraph. Define a struct called Medicine that has the two components name, and cost. Define a class called Pharmacy that has protected members name, numberOfMedicines, totalCost, and A[] an array of type Medicine. The class also has the public members ser(string), get TotalCost().print(), find TotalCost(), and a default parameterized constructor with default value. Define a class called Services that has private members provider, and type of type string, and cost of type int. The class also has the public members sero).getCost), prin(), and a default parameterized constructor with default values. Define the class Company which publicly inherits the class Pharmacy and has private members number OfServices, services Cost, totalCost of type int), B[ ] (an array of type Services). The class has the public members set. gerTotalCos), prinr, find TotalCost(), and a default parameterized constructor Implement all member functions, enforcing the principle of least privileged. Information of the services are to be read from the keyboard and the following information of the medicines are to be read from the text file pharmacy.txt. Clarinase Novagel 7 Rectolyn Revanin 5 Mucosolvan Zovirax 10 8 3 The flowing driver produces the given sample of input/ output: int main() { Company pharmacyOne; pharmacyOne.set("Al-Shifa Pharmacy", 3); pharmacyOne.print(); return 0; } Sample input/output: Enter the provider, type, and cost of service: engelsEasy Nursing 1000 Enter the provider, type, and cost of service: bodyRelax Message 500 Enter the provider, type, and cost of service: happyEat Nutrition 2700 The total cost of medicines and Services is 4244 2/2

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

Database Processing

Authors: David J. Auer David M. Kroenke

13th Edition

B01366W6DS, 978-0133058352

More Books

Students also viewed these Databases questions