accessors and mutators的意思|示意
访问器和变异器
accessors and mutators的网络常见释义
函数 ... 普通 函数 (regular functions, 译者注, 返里不访问 函数 等特殊 函数 相对) 大小写混吅, 存叏 函数 ( accessors and mutators ) 则 要 求 不 发 量 名 匹 配 : MyExcitingFunction() , MyExcitingMethod() , my_exciting_member_variable(),set_my_exciting...
accessors and mutators相关例句
Accessors and mutators are also added.
访问器和调整器也添加了进来。
Several other methods, including text , HTML , and XML , perform double duty as both accessors and mutators.
还有一些方法,包括text 、html和xml,作为accessor和mutator同时执行两种任务。
The Groovy version is much, much smaller because Groovy's default property semantics automatically define a private field with public accessors and mutators.
Groovy 版的代码要少很多很多,这是因为 Groovy 的默认属性语义用 public 访问器和存取器自动定义了 private 域。
The main reason for making a virtual function inline is to place its definition in the class, either for convenience or to document its behavior, e. g., for accessors and mutators.
使虚函数内联的主要原因在于类定义,主要是方便的原因,比如说成员访问函数。
Accessor methods come in two flavors: setters and getters (sometimes referred to as mutators and accessors, respectively).
访问器方法涉及两种方法:setters和getters(有时分别称为mutators和accessors)。