首页 新闻 会员 周边 捐助
1
回答数

待解决问题 20 虚函数无法访问数据成员

#include <iostream>#include <string>typedef std::string STRING;class Base {public: Base(STRING name)