访问变量 meaning in English
access value
Examples
- Using methods to access your object attributes allows you to keep the interfaces to the attributes the same , even if later the underlying implementation changes
通过方法访问你的对象变量使得你用相同的接口访问变量,即使后面用工具引发变化。 - Hit counts can be useful because some bugs do not appear the first time your program executes a loop , calls a function , or accesses a variable
程序中的某些bug不会在第一次执行循环、调用函数或访问变量时显现出来,这时候命中次数设置就很有用了。