工廠方法模式(C++)

#define win 0 #define mac 1 #include <iostream> using namespace std; class button { public: button(){} virtual ~button(){} virtual void showbutton()=0; }; class winbutton : public button
相關文章
相關標籤/搜索