https://msdn.microsoft.com/en-us/library/bcd5672a.aspx 官方的说法The protected keyword is a member access modifier. A protected member is accessible within its class and by derived class instances. protected关键字是一个成员访问修饰符.一个protected的成员,一个protected成员,在其所在的…