文件名称:Package

  • 所属分类:
  • Internet/网络编程
  • 资源属性:
  • 上传时间:
  • 2019-05-19
  • 文件大小:
  • 2kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • kai****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

设计一个Package的继承层次:
1)基类Package
  a) 包含寄件人姓名,收件人姓名,地址,包裹重量weight和单位重量单价price;
  b) 提供构造函数;
  c)提供计费函数double calculateCost(),根据单位重量单价和包裹重量计算并返回包裹运费;
  d)提供prnt函数,输出包裹基本信息和包裹运费。
2)派生类TwoDayPackage
  a)继承Package,并包含两日快递服务平寄费baseCost;
  b)重写基类的calculateCost函数,运费应在基类函数计算基础上再加上baseCost;
;(Designing an inheritance hierarchy for a Package:      1) Base Class Package      (a) Including the name of the sender, the name of the recipient, the address, the weight of the package and the unit weight price;      B) Provide constructors;      C) Provide the billing function double calculateCost (), calculate and return the package freight according to unit weight unit price and package weight;      D) Provide PRNT function, output package basic information and package freight.      2) Derived TwoDayPackage      (a) Inherit Package and include two-day express service flat delivery fee baseCost;      B) To rewrite the calculateCost function of the base class, freight should be added to the calculateCost function on the basis of the calculation of the base class function.      C) Rewrite the PR)
相关搜索: Package类

(系统自动生成,下载前可以参看下载内容)

下载文件列表

文件名大小更新时间
Package.dev 1657 2019-05-19
Package.layout 470 2019-05-19
TwoDayPackage.cpp 700 2019-05-19
TwoDayPackage.h 491 2019-05-19
Definition.h 738 2019-05-19
main.cpp 655 2019-05-19
OverNightPackage.cpp 885 2019-05-19
OverNightPackage.h 541 2019-05-19

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org