Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/qizhengzhong/CS-Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
qizhengzhong11 committed Nov 8, 2020
2 parents 5b8e52f + a18c108 commit 72fd7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notes/Java 基础.md
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ class Sample
}
}
```
[Method Overloading](https://beginnersbook.com/2013/05/method-overloading/#:~:text=Method%20Overloading%20is%20a%20feature,constructor%20having%20different%20argument%20lists.)
[Method Overloading](https://beginnersbook.com/2013/05/method-overloading/)

- 构造重载 例子
```java
Expand Down

0 comments on commit 72fd7d8

Please sign in to comment.