This commit is contained in:
zzz
2025-06-27 13:35:57 +08:00
parent 367655d63d
commit 7fa0e84ffc
10 changed files with 25 additions and 47 deletions

View File

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