Skip to content

Commit 2103267

Browse files
committed
Update java基础知识总结.md
1 parent 3a9406f commit 2103267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/java/basis/java基础知识总结.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ public class Student {
965965

966966
#### 多态
967967

968-
多态,顾名思义,表示一个对象具有多种的状态具体表现为父类的引用指向子类的实例。
968+
多态,顾名思义,表示一个对象具有多种的状态具体表现为父类的引用指向子类的实例。
969969

970970
**多态的特点:**
971971

0 commit comments

Comments
 (0)