网站首页  词典首页

请输入您要查询的英文单词:

 

单词 abstract methods
释义

abstract methods

  • 网络抽象方法;介面方法;抽象函式
1.
抽象方法
由于没有定义它们的内容,所以把它们称作抽象方法abstract methods ).抽象方法的声明以分号结束,并且用关键字abstract …
www.educity.cn
2.
介面方法
API Reference ... Properties( 属性) Abstract Methods( 介面方法) Constants( 常数) ...
test.map.hinet.net
3.
抽象函式
抽象函式(Abstract Methods)native 修饰子是指该函式被和平台相关(platform-dependent)的程式码实作,通常是 C。
kevin-view.blogspot.com

例句

释义:
1.
Abstract methods have no implementation, so the method definition is followed by a semicolon instead of a normal method block.
抽象方法没有实现,所以方法定义后面是分号,而不是常规的方法块。
msdn2.microsoft.com
2.
The abstract methods deal specifically with saving and loading data to a physical data store , and with data store administration .
这些抽象方法专门处理在物理数据存储区中的数据保存、数据加载和数据存储区管理。
www.bing.com
3.
The implementations of the abstract methods are up to the writer of the derived class.
实现这些抽象方法是派生类编写器的任务。
msdn2.microsoft.com
4.
You can declare standard and abstract methods in an abstract class, as shown in Listing 5.
可以在抽象类中声明标准和抽象方法,如清单5所示。
www.ibm.com
5.
Although the class is declared public, you cannot inherit from it, as it contains internal abstract methods.
尽管该类声明为公共的,但不能从它继承,因为它包含内部抽象方法。
msdn2.microsoft.com
6.
Remember that you need to add the necessary inherited abstract methods for your class.
请记住,您需要为类添加必要的继承抽象方法。
www.ibm.com
7.
Abstract properties behave like abstract methods, except for the differences in declaration and invocation syntax.
除了在声明和调用语法上不同外,抽象属性的行为与抽象方法一样。
msdn2.microsoft.com
8.
A child class that extends an abstract class must implement all abstract methods in its parent or itself be declared abstract.
继承抽象类的子类必须实现在其父类或自身中声明为抽象的所有抽象方法。
www.ibm.com
9.
Virtual properties behave like abstract methods, except for the differences in declaration and invocation syntax.
除了声明和调用语法不同外,虚拟属性的行为与抽象方法一样。
msdn2.microsoft.com
10.
Then we'll work through the servlet implementation, which consists of three abstract methods customized for Bigtable.
然后我们将完成Servlet实现,它是由三个专门为Bigtable定制的抽象方法组成的。
www.ibm.com
1.
An abstract class is a class which may have the usual flavors of class members (private, protected, etc. ), but has some abstract methods.
抽象类是一个可以包括通常类成员(私有,保护,等)的类,但有一些抽象方法。
blog.163.com
2.
Nonetheless, you can compensate using abstract methods (or preferably interfaces) by defining generic operations.
但是,您可以通过定义一般操作,使用抽象方法(最好使用接口)进行补偿。
msdn2.microsoft.com
3.
Make sure that Inherited abstract methods is selected as shown in figure 3.
确保已选择Inherited抽象方法,如图3所示。
www.ibm.com
4.
And provide implementations for only the abstract methods defined in this class.
派生,然后只为该类中定义的抽象方法提供实现。
msdn2.microsoft.com
5.
Derived classes of the abstract class must implement all abstract methods.
抽象类的派生类必须实现所有抽象方法。
msdn2.microsoft.com
6.
The documentation for each non-abstract methods in this class describes its implementation in detail.
文档对该类的每一个非抽象方法描述了实现细节。
www.51goushu.com
7.
As mentioned earlier, all CRUD methods are candidates for container-managed methods since they are abstract methods.
正如前面所提到的,由于CRUD方法是抽象方法,因此所有的CRUD方法都是容器管理方法的候选方法。
www.ibm.com
8.
There is an interesting use for generic abstract methods and generic interfaces.
一般抽象方法和一般接口有一种有趣的用法。
msdn2.microsoft.com
9.
Class is to define additional abstract methods that you must implement in your own.
类中定义其他必须实现的抽象方法。
www-128.ibm.com
10.
You can define generic interfaces, generic abstract classes, and even generic abstract methods.
您可以定义一般接口、一般抽象类,甚至一般抽象方法。
msdn2.microsoft.com
1.
Abstract classes may also define abstract methods.
抽象类也可以定义抽象方法。
msdn2.microsoft.com
2.
Class; then you can use the abstract methods implemented by that platform-specific implementation to do the work.
类;然后您可以使用由这个特定于平台的实现实现的抽象方法来做这项工作。
www-128.ibm.com
3.
Notice that an abstract class is denoted by italicized text, as are abstract methods.
注意,抽象类和抽象方法用斜体表示。
www.ibm.com
4.
And provides implementations of all the abstract methods.
派生的,它提供所有抽象方法的实现。
msdn2.microsoft.com
5.
There are several abstract methods that must be implemented.
有几个必须实现的抽象方法。
www-128.ibm.com
6.
To use an ABC, a subclass must inherit from the ABC and override its abstract methods.
要使用ABC,子类必须继承自此ABC并且还要覆盖其抽象方法。
www.ibm.com
7.
A non-abstract class derived from an abstract class must include actual implementations of all inherited abstract methods and accessors.
衍生自抽象类别的非抽象类别必须包含所有继承抽象方法和存取子的实作。
technet.microsoft.com
8.
In every ActionForm, extend BP3Form and implement the abstract methods in which the form data is transported to and from the session.
在每个ActionForm类中,扩展BP3Form并实现这些抽象方法(表单数据通过它们传递到会话或从会话传回)。
www.ibm.com
9.
Make sure Inherited abstract methods is selected.
确保已选择Inherited抽象方法。
www.ibm.com
10.
Different radio accedes and implement these 6 abstract methods.
不同的收音机继承并实现这六个抽象方法。
pjprimer.com
1.
The same is true for abstract methods contracts.
对于抽象方法契约同样如此。
www.infoq.com
2.
To use this implementation you must derive from this class and implement the abstract methods.
若要使用此实现,必须从此类派生并实现抽象方法。
msdn2.microsoft.com
3.
Abstract methods are specified using the.
属性指定抽象方法。
msdn2.microsoft.com
4.
Next, add the three abstract methods in Listing 4. Each one represents a step in the workflow.
接下来,添加清单4所示的三个抽象方法。每一个方法表示工作流程中的一个步骤。
www.ibm.com
5.
This is especially important when APIs declare abstract methods (see, e. g. , Chapter 4, Traits).
这在API被声明为抽象方法时尤其重要。(参见,比如《第4章-特性》。)
www.bing.com
6.
The AbstractContract aspect presents two abstract methods that must be overridden when you implement a concrete contract-checker aspect
AbstractContract方面表示两个抽象方法,在实现具体的契约检查器方面时必须实现这两个方法
www.ibm.com
7.
Constructing instance of '''' containing abstract methods
构造的实体包含抽象的方法
wenku.baidu.com
8.
Some of the abstract methods defined in the
类中定义的某些抽象方法在
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/13 22:07:29