Introduction - If you have any usage issues, please Google them yourself
Definition of a base class MyArray, the base class can store a set of integers, the definition of a class SortArray inherited Myarray, to achieve the sorting function, the definition of a ReArray inherited Myarray, to achieve reversal function.