(Package Inheritance Hierarchy) Package-delivery services, such as FedEx® ,DHL® and UPS® ,offer a number of different shipping options, each with specific costs associated. Create an inheritance hierarchy to represent various types of packages. Use class Package as the base class of the hierarchy, then include classes TwoDayPackage and OvernightPackage that derive from Package. Base class Package should include data members representing the name, address, city, state and ZIPcode for both these sender and the recipient of the package, in addition to data members that store the weight (in ounces)and cost per ounce to ship the package. Package’s constructor should initialize these data members. Ensure that the weight and cost per ounce contain positive values. Package should provide a public member function calculate Cost that returns a double indicating the cost associated with shipping the package. Package’s calculate Cost function should determine the cost by multiplying the weight by the cost per ounce. Derived class TwoDayPackage should inherit the functionality of base class Package, but also include a data member that represents a flat fee that the shipping company charges for two-day-delivery service. TwoDayPackage’s constructor should receive a value to initialize this data member. TwoDayPackage should redefine member function calculate-Cost so that it computes the shipping cost by adding the flat fee to the weightbased cost calculated by base class Package’s calculate Cost function. Class OvernightPackage should inherit directly from class Package and contain an additional data member representing an additional fee per ounce charged for overnightdelivery service. OvernightPackage should redefine member function calculateCost so that it adds the additional fee per ounce to the standard cost per ounce before calculating the shipping cost. Write a test program that creates objects of each type of Package (Polymorphically) and tests member function calculate Cost. Code in C++ compiler.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section12.4: Class Inheritance And Polymorphism
Problem 5E
icon
Related questions
Question

(Package Inheritance Hierarchy) Package-delivery services, such as FedEx® ,DHL®
and UPS® ,offer a number of different shipping options, each with specific costs
associated. Create an inheritance hierarchy to represent various types of packages. Use
class Package as the base class of the hierarchy, then include classes TwoDayPackage
and OvernightPackage that derive from Package.
Base class Package should include data members representing the name, address, city,
state and ZIPcode for both these sender and the recipient of the package, in addition to
data members that store the weight (in ounces)and cost per ounce to ship the package.
Package’s constructor should initialize these data members. Ensure that the weight and
cost per ounce contain positive values. Package should provide a public member
function calculate Cost that returns a double indicating the cost associated with shipping
the package. Package’s calculate Cost function should determine the cost by
multiplying the weight by the cost per ounce.
Derived class TwoDayPackage should inherit the functionality of base class Package,
but also include a data member that represents a flat fee that the shipping company
charges for two-day-delivery service. TwoDayPackage’s constructor should receive a
value to initialize this data member. TwoDayPackage should redefine member function
calculate-Cost so that it computes the shipping cost by adding the flat fee to the weightbased cost calculated by base class Package’s calculate Cost function.
Class OvernightPackage should inherit directly from class Package and contain an
additional data member representing an additional fee per ounce charged for overnightdelivery service. OvernightPackage should redefine member function calculateCost so
that it adds the additional fee per ounce to the standard cost per ounce before calculating
the shipping cost.
Write a test program that creates objects of each type of Package (Polymorphically) and
tests member function calculate Cost. Code in C++ compiler.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 1 images

Blurred answer
Knowledge Booster
Data members
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,