Skip to content

Commit

Permalink
Java
Browse files Browse the repository at this point in the history
  • Loading branch information
yif-hong authored Sep 17, 2018
1 parent 185d9d1 commit e56a806
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions notes/Java 基础.md
Original file line number Diff line number Diff line change
Expand Up @@ -1043,10 +1043,6 @@ private 方法隐式地被指定为 final,如果在子类中定义的方法和

声明类不允许被继承。

**4. 构造器**

声明类不允许被 `new` 实例化,多用于 `Singleton` 模式中。如果该类有子类需要继承,若该类无其他构造器,则不允许被继承。

## static

**1. 静态变量**
Expand Down

0 comments on commit e56a806

Please sign in to comment.