#include #include using namespace std; class father { protected: string name; int tall; public: father(string a,int i); father(){cout<<"构造基类\n";} void print(){cout<