您的位置:首页 > 其它

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

2015-05-31 18:13 387 查看
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;
};
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: