Introduction - If you have any usage issues, please Google them yourself
Type compatible with the principle:// 1, the reference is an alias for an object or variable, it is not independent.// 2, when referenced in the definition must be initialized// 3, you can assign to a reference// 1, derived class object can initialize the base class reference// 2, the reference to call its class members when is the reference implementation of class methods.