摘要: #include using namespace std; class ApplePhone { public: virtual void buildCamera()=0; virtual void buildRAM()=0; }; class Apple5S:public ApplePhon... 阅读全文
posted @ 2014-08-25 19:41 shencheng5721 阅读(144) 评论(0) 推荐(0) 编辑