7.25 公司

This commit is contained in:
zzz
2025-07-25 18:30:02 +08:00
parent a03e6e108a
commit 315004a540
27 changed files with 14 additions and 4937 deletions

View File

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