關於C++中子類調用父類方法的一個問題

在寫代碼時遇到了如下相似狀況:ios #include <iostream> #include <string> using namespace std; class A { public: void func1(string prefix) { cout << prefix << "A::func1" << endl; } void func2(str
相關文章
相關標籤/搜索