《大話設計模式》——讀後感 (3)穿什麼有這麼重要?——裝飾模式之理論實例(1)

先看裝飾模式的UML結構圖: 再看看結構圖中各個構建的解釋:   什麼是裝飾模式:   接下來看看裝飾模式的代碼實現:  Component模擬: package com.sjmx.decorator.first; /** * 密文接口 * @author LENOVO * */ public interface Cipher { public String encry
相關文章
相關標籤/搜索