C++構造、析構、繼承、多態--一道題

引用塊內容 include using namespace std; class A { public: A() { cout << 「A constrution」 << endl; } ~A() { cout << 「A deconstrution」 << endl; } void funA() { cout << 「A::funA…」 << endl; } virtual void funB(
相關文章
相關標籤/搜索