类的继承

1. Use override to indicate that it does want to override of the base method in the parent class. If the derived class don't use the override, we can't use the

polymorphism.Use new  to indicate that it is not an override of the base method in parent class.

原文地址:https://www.cnblogs.com/experience/p/4378536.html