摘要: 多继承class Person{public: Person(std::string theName); void introduce(); protected: std::string name;};class Teacher : public Person{pub... 阅读全文
posted @ 2014-07-10 20:50 forrHuen 阅读(304) 评论(0) 推荐(0) 编辑