instance of a class的意思|示意

美 / / 英 / /

类的实例


instance of a class的网络常见释义

类的实例 ...都包含这个类定义的数据和操作; 每一个给定的对象都包含这个类定义的数据和操作; 对象也被看成是类的实例(instance of a class); 对象也被看成是类的实例 ; 类是逻辑结构,而对象是真正存在的物理实体。 类是逻辑结构,而对象是真正存在的物理实体。

某个类的实例 任何对象都是某个类的实例(instance of a class),当然这里区别与类型。

instance of a class相关例句

In other words, you create an instance of a class which gives you an object to work with.

换句话说,你创建了类的一个实例,从而提供了一个可以操作的对象。

In Listing 3, you can see that the CustomerLister constructor accepts an instance of a class that implements the CustomerFinder interface.

在清单3中,可以看到CustomerLister的构造函数接受一个实现CustomerFinder接口的类的实例。

The object to be marshalled must be an instance of a class that's defined with a global mapping in the binding.

要数据编组的对象必须是类的一个实例,该类是用绑定中的全局映射定义的。

Listing 6 shows that the UserSearch bean is an instance of a class named org.acegisecurity.ldap.search.FilterBasedLdapUserSearch, whose constructor takes three parameters.

清单6展示了UserSearch bean是or g . acegisecurity . ldap . search . filterbasedldapusersearch类的一个实例,该类的构造函数具有三个参数。

Object diagrams to represent the values of attributes for a specific instance of a class and the relationship among objects.

对象关系图表示类的特定实例的属性值以及对象之间的关系。

Each instance of a class entity represents a row within the database table.

每一个实体类的实例代表数据库表中的一行。