We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26a55a commit b1eb08aCopy full SHA for b1eb08a
工厂三兄弟之简单工厂模式(四).md
@@ -116,5 +116,3 @@ class Client {
116
117
> 使用简单工厂模式设计一个可以创建不同几何形状(如圆形、方形和三角形等)的绘图工具,每个几何图形都具有绘制draw()和擦除erase()两个方法,要求在绘制不支持的几何图形时,提示一个*UnSupportedShapeException*。
118
119
----
120
-[简单工厂模式源码](https://github.com/quanke/design-pattern-java-source-code/tree/master/Chapter%2004%20Simple%20Factory)
0 commit comments