auto commit

This commit is contained in:
CyC2018
2018-09-01 17:09:59 +08:00
parent 66bc75d5d1
commit 7ec044276a
2 changed files with 30 additions and 17 deletions

View File

@ -235,9 +235,9 @@ School "1" - "n" Student
和关联关系不同的是依赖关系是在运行过程中起作用的。A 类和 B 类是依赖关系主要有三种形式:
- A 类是 B 类中的(某中方法的局部变量;
- A 类是 B 类方法的局部变量;
- A 类是 B 类方法当中的一个参数;
- A 类向 B 类发送消息,从而影响 B 类发生变化
- A 类向 B 类发送消息,从而影响 B 类发生变化
<div align="center"> <img src="../pics//LOun2W9134NxVugmbJPp15d4LalxC4O.png"/> </div><br>