Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将抽象工厂模式和单例模式结合在一起?如果可以,那么如何?给我一些图表示例。
抽象工厂模式是关于创建对象的。单例模式就是不创建多个特定类型的对象。你如何以及为什么设想他们一起工作?