Skip to content

Commit b1eb08a

Browse files
committed
Update 工厂三兄弟之简单工厂模式(四).md
1 parent e26a55a commit b1eb08a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

工厂三兄弟之简单工厂模式(四).md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,3 @@ class Client {
116116

117117
> 使用简单工厂模式设计一个可以创建不同几何形状(如圆形、方形和三角形等)的绘图工具,每个几何图形都具有绘制draw()和擦除erase()两个方法,要求在绘制不支持的几何图形时,提示一个*UnSupportedShapeException*
118118
119-
---
120-
[简单工厂模式源码](https://github.com/quanke/design-pattern-java-source-code/tree/master/Chapter%2004%20Simple%20Factory)

0 commit comments

Comments
 (0)