... 成员,建构函数 (member, constructor for) 派生类的成员 (member of derived) 成员,私用 (member, private) ...
基于1个网页-相关网页
Any member declared with the protected keyword is visible only to the defining type, including other instances of the same type and any derived types.
任何用protected关键字声明的成员只对定义它的类型,包括其实例和任何继承类型可见。
In addition, Visual Basic.net allows you to touch a static member through an instance of a type, even a derived type, as you can see in the code in Figure 12.
另外,Visual Basic . NET允许您通过类型的实例、甚至派生类型的实例来触及静态成员,如图12中的代码所示。
In inheritance, the derived class receives the base class member variables and methods. This means that an order of inheritance must be followed during the construction of an object.
在继承中,派生类接受基类的成员变量和方法。这表示继承的顺序必须在对象构造的时候被遵守。
应用推荐