提交 01bdcdc1 编写于 作者: I Ilkka Seppälä

Update README.md

上级 4ae82e43
......@@ -12,3 +12,6 @@ Intent: Separate the construction of a complex object from its representation so
##Factory Method
Intent: Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.
##Prototype
Intent: Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册