Introduction - If you have any usage issues, please Google them yourself
The basic routine of the inheritance of the c++ class. It defines the "animal" class, then defines the "cat" class and inherits the characteristics of the animal (the cat belongs to the animal), and then defines the "tiger" class and inherits the characteristics of the cat (the tiger belongs to the cat). Easy to understand, suitable for small white polish.