Introduction - If you have any usage issues, please Google them yourself
Design of a single base class inheritance hierarchy procedure, use the Person class derived Student class, increase the property xh (Student ID), Person class has at least the name, age and other data members, member functions the constructor initializes it, destructors release the corresponding memory cell, the output function output value of its data members, other member functions added as needed, for testing in the main function