Item Price ItemCount SetData() DisplayData() Tablet Syrup Syringe Brand SizeinML SetData() DisplayData() getPrice() Company SizeinMg Company SizeinML SetData() DisplayData() getPrice() SetData() DisplayData() getPrice() Base class 'Item' will have a data member 'Price' to represent price of one item and 'ItemCount to represent total number of items. SetData() function will ask the user to initialize the data member and DisplayData() function will display data on the screen. • In derived classes, 'Company' represents the manufacturing company of the medicine or the equipment. In 'Tableť class, SizeinMg, represents tablet size in miligrams. In 'Syrup' and 'Syring' class, 'SizeinML' represents the syrup volume or syringe capacity in milliliters. • SetData() and DisplayData() functions in derived classes are overriding functions to initialize class members and display all of the class data on screen. Function getPrice() will return the retail price of the medicine or the medical equipment by multiplying ItemCount with price and add 12.5% sales tax. • In main(), dynamically create array of each derived class of size 10 and initialize it with user data. Program should display Company Name and price of tables that have size 100mg or above, Syrup that has size more than 250 ml or below and syringe that has capacity more than 10 ml.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter18: Stacks And Queues
Section: Chapter Questions
Problem 18PE
icon
Related questions
Question

write the following c++ program

Q #2. Use hierarchical Inheritance to implement a Pharmacy database that will be
composed of classes shown in the class diagram. All the derived classes are related to
the base class through public inheritance.
Item
Price
ItemCount
SetData()
DisplayData()
Syrup
Syringe
Tablet
Company
SizeinMg
Company
SizeinML
Brand
SizeinML
SetData()
DisplayData()
getPrice()
SetData()
DisplayData()
getPrice()
SetData()
DisplayData()
getPrice()
• Base class 'Item' will have a data member 'Price' to represent price of one item
and 'ItemCount' to represent total number of items. SetData() function will ask
the user to initialize the data member and DisplayData() function will display
data on the screen.
• In derived classes, 'Company' represents the manufacturing company of the
medicine or the equipment. In 'Tableť class, SizeinMg, represents tablet size in
miligrams. In 'Syrup' and 'Syring' class, "SizeinML' represents the syrup volume
or syringe capacity in milliliters.
• SetData() and DisplayData() functions in derived classes are overriding functions
to initialize class members and display all of the class data on screen. Function
getPrice() will return the retail price of the medicine or the medical equipment by
multiplying ItemCount with price and add 12.5% sales tax.
• In main(), dynamically create array of each derived class of size 10 and initialize
it with user data. Program should display Company Name and price of tables
that have size 100mg or above, Syrup that has size more than 250 ml or below
and syringe that has capacity more than 10 ml.
Transcribed Image Text:Q #2. Use hierarchical Inheritance to implement a Pharmacy database that will be composed of classes shown in the class diagram. All the derived classes are related to the base class through public inheritance. Item Price ItemCount SetData() DisplayData() Syrup Syringe Tablet Company SizeinMg Company SizeinML Brand SizeinML SetData() DisplayData() getPrice() SetData() DisplayData() getPrice() SetData() DisplayData() getPrice() • Base class 'Item' will have a data member 'Price' to represent price of one item and 'ItemCount' to represent total number of items. SetData() function will ask the user to initialize the data member and DisplayData() function will display data on the screen. • In derived classes, 'Company' represents the manufacturing company of the medicine or the equipment. In 'Tableť class, SizeinMg, represents tablet size in miligrams. In 'Syrup' and 'Syring' class, "SizeinML' represents the syrup volume or syringe capacity in milliliters. • SetData() and DisplayData() functions in derived classes are overriding functions to initialize class members and display all of the class data on screen. Function getPrice() will return the retail price of the medicine or the medical equipment by multiplying ItemCount with price and add 12.5% sales tax. • In main(), dynamically create array of each derived class of size 10 and initialize it with user data. Program should display Company Name and price of tables that have size 100mg or above, Syrup that has size more than 250 ml or below and syringe that has capacity more than 10 ml.
Expert Solution
steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Unreferenced Objects
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