摘要: day09#include <iostream>using namespace std;class A{ public: virtual void fooa(int x){ cout << "fooa(int)" << endl; cout << x << endl; } virtual void 阅读全文
posted @ 2018-12-02 14:42 Malphite 阅读(186) 评论(0) 推荐(0)