已知交通工具类如下: class vehicle { protected: int wheels; float weight; public: void ini […] C/C++ C++期末程序设计题