This allows subclasses to only override methods as needed.
这允许子类根据需要仅覆盖一些方法。
Derived classes may override methods of their base classes.
派生类可能会覆盖其基类的方法。
Override methods are expected to follow the applicable optimistic concurrency mapping.
重写方法应遵循适用的开放式并发映射。
By using this control, you can manage whether a class you create will override methods in the base class.
您可以使用这个控制项,管理所建立的类别是否会覆写基底类别中的方法。
Version-safe modifiers help control the methods from a derived class that override methods in a base class.
版本安全修饰词可以控制衍生类别的方法,这些方法能够覆写基底类别的方法。
You can override methods, rename identifiers, refactor parameters, and implement interfaces and abstract classes.
可以重写方法、重命名标识符、重构参数,以及实现接口和抽象类。
Inheritance modifiers control how methods and properties from derived classes override methods and properties in a base class.
继承修饰符控制派生类的方法和属性如何重写基类中的方法和属性。
Inside the QuickTemplate subclass, you'll override methods to format and style things like category listings and cross-references the way you want.
在quicktemplate子类的内部,通过覆盖这些方法,可以随心所欲地格式化和样式化类别列表和交叉引用等。
With some implementations of the singleton, you allow writers of subclasses to override methods polymorphically, something not possible with static methods.
最后,在单例模式的一些实现方式中,单例类的子类能够动态地重载方法,这是静态方法所不能办到的。
It provides default implementations of these methods that you will override when implementing a custom detector.
它提供了这些方法的默认实现,在实现自定义检测器时要覆盖这些方法。
It implements the pass-through handling for a supplied class writer instance, letting you override only the methods where you need special handling.
它实现了对提供的类编写者实例的传递处理,使您可以只重写需要特殊处理的方法。
You create your subclass and override just those methods that you use in your methods under test.
创建一个子类,并仅仅重载您在测试方法中所使用的那些方法。
When implementing an interface, your method must override all methods of the interface.
当您在实施一个界面时,您的方法必须替换界面的所有方法。
To use an ABC, a subclass must inherit from the ABC and override its abstract methods.
要使用ABC,子类必须继承自此 ABC并且还要覆盖其抽象方法。
EmptyVisitor just provides an empty implementation of all the various types of visitors, allowing you to subclass and override only the visitor methods of interest.
EmptyVisitor只是提供了所有不同种类的visitor的空的实现,允许您只对感兴趣的visitor方法建子类和重写。
Simply inherit from BaseIntrospectionRule, override the methods you care about, and add a matching XML-base meta-data file.
你只需要继承BaseIntrospectionRule,重写你关心的方法,并添加相匹配的基于XML的元数据文件即可。
The Swing adaptors allow you to subclass the adaptor and just override the methods you need to handle for the event.
Swing适配器允许您子类化适配器,并且可以仅重写处理事件所需的方法。
Override should be used only on methods (not on classes, package declarations, or other constructs).
Override应该仅用于方法(不用于类、包声明或其他构造)。
Ruby lets you override the method_missing behavior to invoke behaviors for methods that might not exist at run time.
Ruby让您能够越过method_missing行为来调用在运行时也许不存在的方法的行为。
In most cases, it will be sufficient for you to edit and override the existing validate (...) methods.
在大多数情况下,对于编辑和超越已存在的validate(…)方法来说已经足够了。
XmlDictionaryIO can override its parent methods (import and export ), or it can choose not to provide its own implementation (path ).
XmlDictionaryIO可以覆盖其父方法(import和export),也可以选择不提供自己的实现(path )。
I set up the compiler so I have to specify the override annotation so as to clarify which methods are overriding base class methods.
我对编译器进行了设置,所以我必须指定override注释,以便指明哪些方法要覆盖基类的方法。
You can override the Hibernate defaults using any of the usual configuration methods: HBM mapping files or annotations.
可以使用任何常用的配置方法覆盖Hibernate的默认设置:hbm映射文件或者标注。
In your classes that extend Page, you can override these methods to provide custom functions.
在扩展Page的类中,可以通过覆盖这些方法提供定制的功能。
First you have to define a query object by implementing IQueryObject and then you have made a query successor and override few methods.
首先你必须定义一个查询对象,使其实现IQueryObject接口,再创建一个Query的子类并覆盖(override)一些方法。
Our "Override/Implement Methods" feature allows developers to browse through a tree of subclasses and choose methods from those subclasses they'd like to override.
凭借SourceMate提供的“Override/ImplementMethods”特性,开发者可以浏览子类树并从中选择想要覆写的方法。
In most cases, it is easier to extend DefaultHandler and override the methods that are relevant for the application rather than to implement an interface directly.
在大多数情况下,为应用程序扩展DefaultHandler并覆盖相关的方法要比直接实现一个接口更容易。
To change the behavior of the Factory class, you simply subclass FactoryImpl and override its non-static methods.
要更改Factory类的行为,只要子类化Factory Impl并覆盖其非静态方法。
If your portlet extends the AbstractPortlet or the PortletAdapter class, you'll be able to override helper methods for each of these modes.
如果portlet扩展Abstractportlet或portletadapter类,那么您可以覆盖所有这些方式的助手方法。
If your portlet extends the AbstractPortlet or the PortletAdapter class, you'll be able to override helper methods for each of these modes.
如果portlet扩展Abstractportlet或portletadapter类,那么您可以覆盖所有这些方式的助手方法。
应用推荐