1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-07-28 12:22:17 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Guide
3ec2256c3c
Merge pull request #1730 from zxf19930626/patch-1
Update java-basic-questions-02.md
2022-05-19 21:09:49 +08:00
张潇帆
658776236d
Update java-basic-questions-02.md 2022-05-18 22:48:07 +08:00

View File

@ -114,7 +114,7 @@ public class Student {
- 都不能被实例化。
- 都可以包含抽象方法。
- 都可以有默认实现的方法Java 8 可以用 `default` 关键在接口中定义默认方法)。
- 都可以有默认实现的方法Java 8 可以用 `default` 关键在接口中定义默认方法)。
**区别**