摘要: 一 . using class A { public: void Hello() { cout << "hello" << endl; } void Hi() { cout << "Hi" << endl; } }; class B :public A { private: using A::Hi; 阅读全文
posted @ 2025-03-15 23:08 double64 阅读(29) 评论(0) 推荐(0)