整理笔记 2025.6.20

This commit is contained in:
zzz
2025-06-20 09:51:50 +08:00
parent 1643a4a3f9
commit 057b9ca18a
32 changed files with 274 additions and 365 deletions

View File

@@ -0,0 +1,6 @@
#### 接口不指定构造函数
抽象类可以统一用反射来构造函数 接口不可以
#### 时机
需要反射构造函数的时候需要用抽象类