adaptor(適配器設計模式)

1、adaptor(適配器設計模式)就是把原有的類進行包裝在利用,也叫wrapper(包裝設計模式),實現可以通過繼承和委託的方式實現。 2、uml圖如下 3、java代碼如下 public interface Print { public void printWithAsterick(); public void printWithParent(); } public class PrintBa
相關文章
相關標籤/搜索