correct translation. #207
This commit is contained in:
parent
5c1c6a422a
commit
fc3b7d2bcf
@ -264,7 +264,7 @@ dad.name = "Man with the 3-piece suit"; // 错误! name 是只读的.
|
||||
|
||||
## 参数属性
|
||||
|
||||
在上面的例子中,我们不得不定义一个受保护的成员`name`和一个构造函数参数`theName`在`Person`类里,并且立刻给`name`和`theName`赋值。
|
||||
在上面的例子中,我们不得不定义一个受保护的成员`name`和一个构造函数参数`theName`在`Person`类里,并且立刻将`theName`的值赋给`name`。
|
||||
这种情况经常会遇到。*参数属性*可以方便地让我们在一个地方定义并初始化一个成员。
|
||||
下面的例子是对之前`Animal`类的修改版,使用了参数属性:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user