auto commit

This commit is contained in:
CyC2018
2018-03-03 15:22:37 +08:00
parent cc112f5b3e
commit 4091a3aa54
3 changed files with 29 additions and 11 deletions

View File

@ -175,7 +175,6 @@ public class Music {
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics//34259bb8-ca3a-4872-8771-9e946782d9c3.png)
② 组合关系 (composition)
和聚合不同,组合中整体和部分是强依赖的,整体不存在了部分也不存在了。比如公司和部门,公司没了部门就不存在了。但是公司和员工就属于聚合关系了,因为公司没了员工还在。
@ -196,7 +195,6 @@ public class Music {
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics//47ca2614-509f-476e-98fc-50ec9f9d43c0.png)
## 2. 时序图
**2.1 定义**