中英
实例属性
  • 简明
  • 网络释义
  • 1

     Instance Properties

    .ect进行初始化; 实例属性(instance properties):构造函数中用this关键字定义的属性,是公有属性; 实例方法 ( instance methods ):使用prototype定义的方法,是公有方法。

  • 2

     instance property

    子类可以为继承来的实例方法(instance method),类方法(class method),实例属性instance property),或下标脚本(subscript)提供自己定制的实现(implementation)。我们把这种行为叫重写(overriding)。

  • 3

     Instance Attribute

    实例属性 (instance attribute):一个对象就是一组属性的集合。

短语
  • 双语例句
  • 原声例句
  • 1
    实例属性中可以包含您喜欢的任何类型的持久性。
    Any sort of persistence you like can be contained in the instance attributes.
  • 2
    我们可以测试和取消设置联系人的个别实例属性
    We can test and unset individual instance properties of the contact. For example, if the user cleared the string in the interface, we could use this to signify unsetting.
  • 3
    ZODB数据库中的对象允许具有任何实例属性的集合。
    An object in a ZODB database is allowed to have any collection of instance attributes.
查看更多