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; };
时间: 2024-10-11 01:53:16