mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Update java基础知识总结.md
This commit is contained in:
parent
3a9406facf
commit
2103267344
@ -965,7 +965,7 @@ public class Student {
|
||||
|
||||
#### 多态
|
||||
|
||||
多态,顾名思义,表示一个对象具有多种的状态。具体表现为父类的引用指向子类的实例。
|
||||
多态,顾名思义,表示一个对象具有多种的状态,具体表现为父类的引用指向子类的实例。
|
||||
|
||||
**多态的特点:**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user