Overview

Abstract Factory Pattern (Another Name : Kit)

Provide an interface for creating families of related or dependent objects without specifying their concrete classes.

提供一个创建一系列或相互依赖对象的接口,而无须指定它们具体的类。

图解面向对象设计模式 / 抽象工厂模式

参考文献
- Java设计模式/耿祥义,张跃平. ——北京:清华大学出版社,2009.5

相关文章:

  • 2022-12-23
  • 2021-11-08
  • 2021-05-04
  • 2021-12-13
  • 2021-07-01
  • 2022-01-20
  • 2021-11-06
  • 2021-10-29
猜你喜欢
  • 2021-09-20
  • 2021-12-30
  • 2022-01-22
  • 2021-08-28
  • 2021-11-17
  • 2021-06-16
  • 2021-06-01
相关资源
相似解决方案