摘要: 一 include using namespace std; class rectangle{ public: void shape(int a=0,int b=0); void area(); private: int length,wide; } //长方形类成员函数的具体实现 void rec 阅读全文
posted @ 2018-04-08 23:13 太空鹿 阅读(113) 评论(6) 推荐(0) 编辑