#include using namespace std; class father { protected: int fathertall,fatherweight; public: void setfathertall(int fathersTall){fathertall=fathersTall;} void setfatherweight(int fathersWeight){fatherweight=fathersWeight;} /*void print1() { cout<<"父亲的身高"<