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() Tablet Syrup Company SizeinMg Syringe Brand SizeinML SetData() DisplayData() getPrice() 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.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

write a c++ program attached below

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
Brand
Tablet
Company
SizeinMg
Company
SizeinML
SetData()
DisplayData()
getPrice()
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.
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 Brand Tablet Company SizeinMg Company SizeinML SetData() DisplayData() getPrice() 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.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 6 images

Blurred answer
Knowledge Booster
Software Development
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.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education