Introduction - If you have any usage issues, please Google them yourself
		 
The purpose:
1. Deep understanding of inheritance and basic knowledge 
2. Deep understanding of polymorphism 
3. Understand the polymorphism of multilevel pointer implementation mechanisms.
The experimental requirements:
Design a graphic base class: Shape, on the basis of the derived a Rectangle, Circle, Triangle.