摘要:
#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
阅读(148)
评论(0)
推荐(0)
浙公网安备 33010602011771号