|
class definition
|
|
【计】 分类定义, 类程定义
|
分类:
|
详细解释:
|
|
以下为句子列表:
英文: Execution of a derived class definition proceeds the same as for a base class.
中文: 派生类定义的执行过程和基类是一样的。
更详细...
英文: In practice, the statements inside a class definition will usually be function definitions, but other statements are allowed, and sometimes useful -- we'll come back to this later.
中文: 习惯上,类定义语句的内容通常是函数定义,不过其它语句也可以,有时会很有用——后面我们再回过头来讨论。
更详细...
英文: When a class definition is entered, a new namespace is created, and used as the local scope -- thus, all assignments to local variables go into this new namespace.
中文: 定义一个类的时候,会创建一个新的命名空间,将其作为局部作用域使用——因此,所以对局部变量的赋值都引入新的命名空间。
更详细...
|
|
|
|