#include using namespace std; class father { protected: int fatherheight,fatherweight; public: void setfatherheight(int fathersheight){fatherheight=fathersheight;} void setfatherweight(int fathersweight){fatherweight=fathersweight;} void Showfatherheightweight() { cout<<"父亲身高="<