Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

「评论」设计模式手册之抽象工厂模式 #64

Open
dongyuanxin opened this issue Jun 10, 2019 · 4 comments
Open

「评论」设计模式手册之抽象工厂模式 #64

dongyuanxin opened this issue Jun 10, 2019 · 4 comments

Comments

@dongyuanxin
Copy link
Owner

dongyuanxin commented Jun 10, 2019

设计模式手册之抽象工厂模式:https://xin-tan.com/passages/2019-04-01-abstract-factory-pattern/

@MLuminary
Copy link

准备工厂类中 有个错别字 超杰工厂

@dongyuanxin
Copy link
Owner Author

@MLuminary
准备工厂类中 有个错别字 超杰工厂

谢谢提醒,已修改。下次发现问题欢迎发起PR,直接改。

@angryreid
Copy link

接下来,Animal 和 Dog 继承这个接口类,实现对应方法即可:
需要修改,Animal工厂类,Person工厂类继承抽象工厂类

@dongyuanxin
Copy link
Owner Author

@angryreid
接下来,Animal 和 Dog 继承这个接口类,实现对应方法即可:
需要修改,Animal工厂类,Person工厂类继承抽象工厂类

谢谢提醒,已经修改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants