Introduction - If you have any usage issues, please Google them yourself
1. Definition of a student class Student, student class has three private data members: name (name), cls (class), grade (grade) three public member function Student (constructor), display, ~ Student (destructor function). Use the constructor for the object of Student class assignments (name space using dynamic memory allocation), display the basic information that the student is responsible for the destructor to release dynamically allocated memory