#include using namespace std; class father { public: father():age(54){cout<<"调用父类的构造函数并初始化age的值为:"<jump(); p->run(); p->math(); delete p; return 0; }