摘要: 1、类的定义 class Person { private: int age,height; double money; string books[100]; public: string name; void say() { cout<<"I'm"<<name; } int get_age() { 阅读全文
posted @ 2024-10-18 20:45 yanxinyi123 阅读(40) 评论(0) 推荐(0)