Update 01.SimpleFactory.md

master
Qiangguo Feng 2023-08-07 21:40:34 +08:00 committed by GitHub
parent 74a44fd073
commit 56aba5ed1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
![avatar](.//1.Picture//简单工厂模式.png)
代码结构如下:
```
``` {.line-numbers}
//抽象产品类AbstractProduct
class AbstractProduct
{