-
定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorc...
定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorcar派生出摩托车(motorcycle)类,它们都有Run、Stop等成员函数。在main()函数中定义vehicle、bicycle、motorcar、motorcycle的对象,调用其Run()、Stop()函数,观察其执行情况。再分别用vehicle类型的指针来调用这几个对象的成员函数,看看能否成功;把Run、Stop定义为虚函数,再试试看。-The definition of a car (vehicle) base class, with Run, Stop and other member functions, thus derived a bike (bicycle), automobiles (motorcar) class, derived from the bicycle and motorcar motorcycle (motorcycle) class, they all Run , Stop and other member functions. In the main () function is defined in the vehicle, bicycle, motorcar, motorcycle object, call its Run (), Stop () function is to observe its implementation. Each with a pointer with the vehicle type to call the member functions of these objects to see if successful the Run, Stop is defined as virtual functions, try again.
- 2022-08-11 22:22:15下载
- 积分:1
-
hero of software developers quiz
豪杰的软件开发人员问答-hero of software developers quiz
- 2022-07-03 20:28:12下载
- 积分:1
-
MIT09春季学期的C++ 学习资料,包括讲义和题目
MIT09春季学期的C++ 学习资料,包括讲义和题目-studying materials for C++ from MIT
- 2022-08-08 23:39:47下载
- 积分:1
-
《操作系统》课程设计
《操作系统》课程设计- 进程调度模拟程序-" Operating System" course design- process scheduling simulation program
- 2022-02-13 21:42:27下载
- 积分:1
-
站长向各位推荐的成为编程高手的秘笈:)
站长向各位推荐的成为编程高手的秘笈:)-A shortcut to be a professional programmer, from the stationmaster
- 2022-01-24 14:44:54下载
- 积分:1
-
这片文章较详细地介绍了在Linux下如何配置TCP/IPX协议。
这片文章较详细地介绍了在Linux下如何配置TCP/IPX协议。- This piece of article in detail introduced how disposes the
TCP/IPX agreement under Linux.
- 2022-02-04 19:30:22下载
- 积分:1
-
C++程序设计的指南
C++程序设计的指南-the C Programming Guide
- 2022-01-26 04:22:04下载
- 积分:1
-
The main introduction javascript, allows you to Quick Start, the school has very...
主要介绍javascript,让你快速入门,非常有校,请仔细查看-The main introduction javascript, allows you to Quick Start, the school has very much, please carefully read
- 2022-03-16 12:08:21下载
- 积分:1
-
对做数据库实验的同学有很大的帮助。
对做数据库实验的同学有很大的帮助。-right to do experiments the students database will be very helpful.
- 2023-09-05 12:45:03下载
- 积分:1
-
无线通信的原则与实践 (第 2 版)
无线通信的原则与实践 (第 2 版) 由西奥多 · S.RAPPAPORT
第 1 章介绍无线通信系统
章 2 细胞概念系统设计基础知识
第 3 章移动无线电传播大型路径损耗
第 4 章移动无线电传播小规模衰落和多径
第 5 章调制技术的移动电台
章 6 均等、 多样性和信道编码
第 7 章语音编码
章 8 多无线通信接入技术
第 9 章无线网络
第 10 章无线系统和标准
- 2022-08-15 10:49:25下载
- 积分:1