Skip to content

Commit

Permalink
Update the link to simpler version
Browse files Browse the repository at this point in the history
  • Loading branch information
qizhengzhong authored Nov 3, 2020
1 parent d9b2ac5 commit a18c108
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 a18c108

Please sign in to comment.