This commit is contained in:
Yif_Corleone 2018-09-18 00:44:56 +08:00 committed by GitHub
parent 185d9d1ae4
commit e56a806292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1043,10 +1043,6 @@ private 方法隐式地被指定为 final如果在子类中定义的方法和
声明类不允许被继承。
**4. 构造器**
声明类不允许被 `new` 实例化,多用于 `Singleton` 模式中。如果该类有子类需要继承,若该类无其他构造器,则不允许被继承。
## static
**1. 静态变量**