0002[虛構函數]

abstract.hlinux #ifndef abstract_H #define abstract_H #include <string> using std::string; class System { public: virtual string info() = 0; virtual ~System() {} }; class Activity { protected:
相關文章
相關標籤/搜索