Open frontc opened 4 years ago
https://www.lefer.cn/posts/9280/
定义 Provide an interface for creating families of related or dependent objects without specifying their concrete classes. 为创建一组相关或相互依赖的对象提供一个接口,而无须指定它们的具体类。 通用类图 通用代码123456789101112131415161718192021
抽象工厂类本质上是为了减少软件中对具体实现类的依赖。
https://www.lefer.cn/posts/9280/
定义 Provide an interface for creating families of related or dependent objects without specifying their concrete classes. 为创建一组相关或相互依赖的对象提供一个接口,而无须指定它们的具体类。 通用类图 通用代码123456789101112131415161718192021