摘要: 1 #include 2 #include 3 using namespace std; 4 5 class Object{ 6 public: 7 virtual void ToString(){ 8 coutname=name; 21 } 22 23 public: 24 void ToStrin... 阅读全文
posted @ 2018-12-13 19:27 redc 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 5 6 class Test{ 7 private: 8 string name; 9 public: 10 string GetName(){ 11 return name; 12 } 13 void SetName(str... 阅读全文
posted @ 2018-12-13 18:06 redc 阅读(116) 评论(0) 推荐(0) 编辑