类变量 meaning in Chinese
class variables
Examples
- By default ; class variables and constants are
;类变量和常数默认为 - To the section name and reset the global current classes variable
设置成节名并将全局的当前类变量 - In other words they are class variables , not instance variables
换句话说它们是类变量,不是实例变量。 - Class variables as in the java language are qualified by the class name
类变量(像在java语言中一样)是用类名限定的。 - Demonstrates how to access a base class variable that is hidden in a derived class
演示如何访问在派生类中隐藏的基类变量。