Update README.md
This commit is contained in:
parent
82f5f88964
commit
128aff2802
@ -51,3 +51,6 @@
|
||||
|
||||
##Iterator
|
||||
**Intent:** Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation.
|
||||
|
||||
##Mediator
|
||||
**Intent:** Define an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently.
|
||||
|
Loading…
x
Reference in New Issue
Block a user