整理重点

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
+6
View File
@@ -367,3 +367,9 @@ public class RandomCharacter {
}
}
```
## 6. 本章重点
1. 掌握静态函数的编写与调用;
2. 了解静态函数与实例函数的区别;
3. 掌握函数签名和重载;
4. 掌握局部变量的作用域。