查看会员资料
用 户 名:沈****
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
Vehicles
- 一个关于Vehicle的小程序,带源码,测试可以执行。主要是一个类的继承的练习。-Vehicles Create a base class called Vehicle that has • the manufacturer’s name (type string), • number of cylinders in the engine (type int), and • owner (type Person, given below).