gpt4 book ai didi

oop - 为什么工厂方法是类模式,而抽象工厂是对象模式?

转载 作者:行者123 更新时间:2023-12-04 08:40:43 25 4
gpt4 key购买 nike

来自 GOF 的书:

Class patterns deal with relationships between classes and their subclasses. These relationships are established through inheritance, so they are static-fixed at compile-time. Object patterns deal with object relationships, which can be changed at run-time and are more dynamic. Almost all patterns use inheritance to some extent. So the only patterns labeled "class patterns" are those that focus on class relationships.



为什么工厂方法是类模式,抽象工厂是对象模式,因为它们看起来非常相似?

谢谢。

最佳答案

工厂模式可能更适合放在它自己的类别中。但是对象/类划分背后的逻辑可能很简单。工厂方法的最小形式是静态的(不可配置),就像类一样。但是抽象工厂结果(它们产生的对象)类依赖于一些输入数据,并且由于它是动态效果,因此应该放入对象模式类别。

关于oop - 为什么工厂方法是类模式,而抽象工厂是对象模式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46041363/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com