Skip to content

Commit

Permalink
更新设计模式内容
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Jun 16, 2018
1 parent 8043f88 commit 8052fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Java相关/设计模式.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- 类结构型模式关心类的组合,由多个类可以组合成一个更大的系统,在类结构型模式中一般只存在继承关系和实现关系。
- 对象结构型模式关心类与对象的组合,通过关联关系使得在一个类中定义另一个类的实例对象,然后通过该对象调用其方法。根据“合成复用原则”,在系统中尽量使用关联关系来替代继承关系,因此大部分结构型模式都是对象结构型模式。

![结构型模式](https://user-gold-cdn.xitu.io/2018/6/16/1640655459d766d2?w=378&h=266&f=png&s=59652)

> ### 结构型模式系列文章推荐:

0 comments on commit 8052fd9

Please sign in to comment.