我也不知道我到底在干什么之——girlfriend类

来源:互联网 发布:拼豆转图软件 编辑:程序博客网 时间:2024/06/09 22:18

girlfriend.h

class girlfriend{public:    string name;    int age;    face look;    string education_background;protected:    void making_food(boyfriend &me);    void go_shopping(boyfriend &me);    void watching_movie(boyfriend &me);    void share_happiness(boyfriend &me);    void encourage(boyfriend &me);    void accept_interests(boyfriend &me);    family engagement(boyfriend &me);    child marry(boyfriend &me);private:    double weight,high;};


0 0
原创粉丝点击