摘要:
简单工厂模式(Simple Factory Pattern) 1 public interface Computer { 2 3 void setComputerSystem(); 4 5 } 6 7 public class XiaoMiComputer implements Computer { 阅读全文
简单工厂模式(Simple Factory Pattern) 1 public interface Computer { 2 3 void setComputerSystem(); 4 5 } 6 7 public class XiaoMiComputer implements Computer { 阅读全文
posted @ 2023-02-27 12:09
rongqing2019
阅读(74)
评论(0)
推荐(0)
浙公网安备 33010602011771号