Introduction - If you have any usage issues, please Google them yourself
Written to calculate the cube, cylinder, sphere surface area and volume requirements:
1 the three classes have a common base class.
2 of the three classes to calculate cube, cylinder, member function name sphere surface area and volume of the same
3 design a test main function and test it according to the run time polymorphism method.