Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook
This commit is contained in:
commit
4746326269
|
@ -1045,7 +1045,7 @@ private 方法隐式地被指定为 final,如果在子类中定义的方法和
|
|||
|
||||
**4. 构造器**
|
||||
|
||||
声明类不允许被 `new` 实例化,多用于 `Singleton` 模式中。如果该类有子类需要继承,若该类无其他构造器,则不允许被继承。
|
||||
声明类不允许被`new`实例化,多用于`Singleton`模式中。如果该类有子类需要继承,若该类无其他构造器,则不允许被继承。
|
||||
|
||||
## static
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user