07 2021 档案

摘要:工厂方法模式 工厂方法模式让一个类的实例化延迟到子类 public class FactoryMethodTest { public static void main(String[] args) { Application application = new ConcreteProductA(); 阅读全文
posted @ 2021-07-01 15:44 紫川先生 阅读(23) 评论(0) 推荐(0)