您要查找的是不是:
- If a derived class of. 派生的一个类。
- If a derived class redefines a programming element inherited from a base class, the redefining element shadows the original element. 如果一个派生类重新定义了一个继承基类的编程元素,重定义的元素将隐藏原始元素。
- If a derived class doesn't choose to override a normal virtual, it just inherits the base version's behaviour by default. 如果派生类不继承(基类的)虚函数,默认情况下,该虚函数将遵循基类实现。
- If a derived class wants to make all the overloaded versions available through its type, then it must either redefine all of them or none of them. 如果派生类想通过自身类型使用的重载版本,则派生类必须要么重定义所有重载版本,要么一个也不重定义。
- If a default property from a base class is shadowed by a non-default property in a derived class, the default property is still accessible using default property syntax. 如果基类中的默认属性被派生类中的非默认属性隐藏,使用默认属性语法仍可以访问该默认属性。
- When overridden in a derived class, gets the value of an attribute. 当在派生类中被重写时,获取具有指定索引的属性的值。
- Whenever you have found a multiple inheritance relationship in an object-oriented design, be sure that no base class is actually a derived class of another base class. 如果你在一个面向对象设计中发现了多重继承关系,确保没有哪个基类实际上是另一个基类的派生类。
- If a derived class implements only a subset of the methods from its base class, it will throw a 如果派生类只实现了其基类中的一部分方法,它将对不支持的方法引发
- To its unmodified state when overridden in a derived class. 在派生的类中重写时,将。
- Control might want to override this method in a derived class. 控件的开发人员可能想要在派生类中重写此方法。
- Allows you to override base class methods in a derived class. 允许在派生类中重写基类方法。
- When overridden in a derived class, flushes the output buffer. 在派生类中被重写时,刷新输出缓冲区。
- If a lawyer has plenty of clients, he grows rich. 律师如果有大量的诉讼委托人,就会财源不断。
- When overridden in a derived class, gets the atomized string. 当在派生类中被重写时,获取原子化字符串。
- Pele was in a class of his own as a footballer. 贝利是举世无双的足球健将。
- When overridden in a derived class, gets the input block size. 当在派生类中重写时,获取输入块的大小。
- When overridden in a derived class, gets the output block size. 当在派生类中重写时,获取输出块的大小。
- When overridden in a derived class, writes the specified start tag. 在衍生类别中覆写时,写出具有指定的区域名称的开头标记。
- Now the constructor can be correctly inherited by a derived class. 现在构造器可以正确的通过继承而得到一个子类。
- A derived class inherits properties from a base class. 一个有源的基类中继承属性。