- 1. Control is an abstract class.
- Control是一个抽象类。
来自互联网
- 2. Widget is an abstract class.
- Widget是一个抽象类。
来自互联网
- 3. Shape is an abstract class.
- Shape是一个抽象类。
来自互联网
- 4. An abstract class is good as well.
- 抽象类的方式也很好。
来自互联网
- 5. Item is an abstract class.
- Item是一个抽象类。
来自互联网
- 6. No data entry directly USES an abstract class.
- 没有数据条目会直接使用抽象类。
来自互联网
- 7. Things get a little trickier when we query an abstract class.
- 当我们查询抽象类时,事情变得有些复杂。
来自互联网
- 8. The Quantification abstract class is a special case, in a way.
- 在某种程度上, Quantification抽象类是个特殊的例子。
来自互联网
- 9. Response is an abstract class that represents an HTTP response.
- Response是个抽象类,代表了HTTP响应。
来自互联网
- 10. A ListEditor is an abstract class that represents a list of data.
- ListEditor是一个抽象类,表示一个数据列表。
来自互联网
- 11. The Configuration class is simply a base class — an abstract class.
- configuration类只是一个基类——一个抽象类。
来自互联网
- 12. An abstract class that represents the location where index files are stored.
- 表示索引文件存储位置的抽象类。
来自互联网
- 13. Suppose you have an abstract class Vehicle, defined as follows in Listing 5.
- 假设您有一个名为vehicle的抽象类,其定义如清单5所示。
来自互联网
- 14. In this case, you can modify just the abstract class and the code will compile.
- 在这种情况下,您仅需修改抽象类,代码将完成编译。
来自互联网
- 15. It provides an abstract class which must be subclassed to create portlets.
- 它提供了抽象子类来创建portlet。
来自互联网
- 16. In fact, an abstract class gives you more flexibility when it comes to evolution.
- 实际上,抽象类在具体实现时提供了更好的灵活性。
来自互联网
- 17. Notice that an abstract class is denoted by italicized text, as are abstract methods.
- 注意,抽象类和抽象方法用斜体表示。
来自互联网
- 18. Create an abstract class named BP3Form by extending org.apache.struts.action.ActionForm.
- 通过扩展org . apache . struts. action . ActionForm创建一个名为BP3Form的抽象类。
来自互联网
- 19. You can declare standard and abstract methods in an abstract class, as shown in Listing 5.
- 可以在抽象类中声明标准和抽象方法,如清单5所示。
来自互联网
- 20. However, unlike an abstract class, a mixin does not try to contain the framework for a child.
- 然而,与抽象类不同的是,mixin并不试图包括子类的框架。
来自互联网
- 21. The same could have been accomplished by adding a special abstract class with empty callbacks.
- 通过添加带有空回调的特定抽象类同样可以完成该操作。
来自互联网
- 22. In this case, we use an abstract class to define the service specification, as shown in Figure 5.
- 在这种情况下,我们使用一个抽象类来定义服务规范,如图5所示。
来自互联网
- 23. The top level object is the Order, an abstract class that is inherited by FoodOrder and BoxOrder.
- 顶层对象是Order,是FoodOrder和BoxOrder继承的一个抽象类。
来自互联网
- 24. ValidationRule is an abstract class for a rule engine used to validate and format ViewController field content.
- ValidationRule是规则引擎的抽象类,用来验证并格式化ViewController字段内容。
来自互联网
- 25. Figure 3 presents the SQL Model table objects, where table is an abstract class and can have one to many columns.
- 图3显示了SQLmodel表对象,其中Table是一个抽象类,它可以有1到多个列,或者0到多个用户定义类型。
来自互联网
- 26. This indicates that the BankAccount class is an abstract class and the withdrawal method is an abstract operation.
- 这表示,BankAccount类是一个抽象类,而withdrawal方法是抽象的操作。
来自互联网
- 27. BaseBridge, an abstract class, will contain all of the methods that you could conceivably implement in your connector.
- BaseBridge是一个抽象类,包含在连接器中可能要实现的所有方法。
来自互联网
- 28. In the later framework, MD5 is defined as an abstract class which can be extended, but its implementation is not trivial.
- 在Silverlight 2的框架中,MD 5被定义为抽象类,可对其进行扩展,但实现起来非常繁琐。
来自互联网
- 29. Food order is another abstract class inherited by the three food types actual order classes: Doughnut, Pasty, and IcedBun.
- 而FoodOrder则是由这三种食品类型实际订单类(Doughnut、Pasty和IcedBun)继承的另一个抽象类。
来自互联网
- 30. Generate the tree structure of the abstract class diagram by selecting the Explore in Browse diagram from the context menu.
- 通过选择内容菜单中Explorein BrowseDiagram选项来产生抽象类图的树状结构。
来自互联网