摘要: 001:看上去像多态 #include <iostream> using namespace std; class B { private: int nBVal; public: void Print() { cout << "nBVal=" << nBVal << endl; } void Fun 阅读全文
posted @ 2020-04-12 20:48 没温度的风 阅读(228) 评论(0) 推荐(0)