面向接口模式

工廠模式 命令模式 public interface Command { void process(int[] target); } public class ProcessArray { public void process(int[] target,Command cmd){ //調用了接口,使用這個接口來執行Cmd命令,但是具體的被處理的target不確定,執行過程也不確定
相關文章
相關標籤/搜索