1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update java-basic-questions-02.md

This commit is contained in:
张潇帆 2022-05-18 22:48:07 +08:00 committed by GitHub
parent 4e050ae6f4
commit 658776236d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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