#include<iostream> #include<string> using namespace std;. //抽象产品类男人 class Man { public: virtual void makeM() = 0; };
確定! 回上一頁