correct translation, fixed #206
This commit is contained in:
parent
02234332bb
commit
5c1c6a422a
@ -490,7 +490,7 @@ c.interval = 5.0;
|
||||
这意味着当你创建了一个接口继承了一个拥有私有或受保护的成员的类时,这个接口类型只能被这个类或其子类所实现(implement)。
|
||||
|
||||
当你有一个庞大的继承结构时这很有用,但要指出的是你的代码只在子类拥有特定属性时起作用。
|
||||
这个子类除了继承至基类外与基类没有任何关系。
|
||||
除了继承自基类,子类之间不必相关联。
|
||||
例:
|
||||
|
||||
```ts
|
||||
|
Loading…
Reference in New Issue
Block a user