We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
设计模式手册之抽象工厂模式:https://xin-tan.com/passages/2019-04-01-abstract-factory-pattern/
The text was updated successfully, but these errors were encountered:
准备工厂类中 有个错别字 超杰工厂
Sorry, something went wrong.
@MLuminary 准备工厂类中 有个错别字 超杰工厂
谢谢提醒,已修改。下次发现问题欢迎发起PR,直接改。
接下来,Animal 和 Dog 继承这个接口类,实现对应方法即可: 需要修改,Animal工厂类,Person工厂类继承抽象工厂类
@angryreid 接下来,Animal 和 Dog 继承这个接口类,实现对应方法即可: 需要修改,Animal工厂类,Person工厂类继承抽象工厂类
谢谢提醒,已经修改
No branches or pull requests
设计模式手册之抽象工厂模式:https://xin-tan.com/passages/2019-04-01-abstract-factory-pattern/
The text was updated successfully, but these errors were encountered: