整理重点

This commit is contained in:
2023-04-05 22:49:49 +08:00
parent 16a47bc1dd
commit 5cb2926805
8 changed files with 44 additions and 32 deletions
+4 -1
View File
@@ -546,7 +546,7 @@ edible.howToEat();
## 3. 接口的使用
### 3.1. Comparable接口
### 3.1. Comparable接口(理解)
首先来回忆一下在数组那一章学习到的排序函数:
@@ -637,3 +637,6 @@ public class SortRectangles {
1. 实线箭头表示类的扩展;虚线街头表示接口的扩展方向;
2. 所有类都有一个共同的超类 Object,但是接口没有共同的**超接口**。
## 本章重点
除特别标注,其他都是重点,需要掌握。