• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            Decorator(裝飾)模式

            Posted on 2008-11-08 13:26 Herbert 閱讀(757) 評論(0)  編輯 收藏 引用 所屬分類: 設計模式

            定義:
            動態地給一個對象添加一些額外的職責。就增加功能來說,Decorator模式相比生成子類更為靈活。

            下面來看一個例子:


            Room(房間):是裝飾模式中的一個抽象類
            Hall(大廳):是一個被裝飾對象
            Cookroom(廚房):同上

            Decorator:裝飾物的抽象類
            Fan(風扇):一個裝飾物
            Window(窗口):同上

              大廳和廚房都可以用風扇或窗口來裝飾。下面來看GetDescription方法和 PrintDescription方法的實現:
            string Room::PrintDescription()
            {
               cout<< GetDescription()<<endl;
            }

            string Fan::GetDescription()
            {
                return m_room.GetDescription() + "It has fan.";
            }

            string Window::GetDescription()
            {
                return m_room.GetDescription() + " It has window.";
            }

            string Hall::GetDescription()
            {
               return "This is hall.";
            }

            string Cookroom::GetDescription()
            {
               return "This is cookroom";
            }

            string Cookroom::GetDescription()
            {
                return "This is cookroom";
            }
             
              另外還要注意裝飾物的構造方法:
            Decorator::Decorator(Room *pRoom) : Room()
            {
            }

             Fan::Fan( Room * pRoom) : Decorator(pRoom)
            {
            }

            Cookroom::Cookroom(Room * pRoom) : Decorator(pRoom)
            {
            }

            使用方法:

            Hall * pHall;
            pHall = new Cookroom( new Fan( new Hall() ) );
            pHall->PrintDescription();
            日韩精品久久无码中文字幕| 中文国产成人精品久久亚洲精品AⅤ无码精品 | 久久这里只有精品视频99| 亚洲AV无码久久寂寞少妇| 久久国产精品-久久精品| 无码国内精品久久综合88| 国内精品久久久久| 久久久久久狠狠丁香| 97久久精品人人做人人爽| 久久精品国产亚洲AV电影| 亚洲精品无码久久久久sm| 少妇精品久久久一区二区三区 | 久久香综合精品久久伊人| 国产精品久久久久国产A级| 久久久久久精品免费看SSS | 久久天天躁狠狠躁夜夜躁2014| 人人狠狠综合久久亚洲88| 91久久精品国产91性色也| 久久久久亚洲AV成人网人人软件| 久久免费精品一区二区| 人妻精品久久无码专区精东影业| 精品久久久噜噜噜久久久| 久久久精品人妻一区二区三区四| 97久久精品国产精品青草| 伊人久久大香线蕉精品| 日本高清无卡码一区二区久久| 欧美伊人久久大香线蕉综合| 久久亚洲精精品中文字幕| 久久国产乱子精品免费女| 色综合久久天天综线观看| 久久精品国产亚洲av影院| 精品久久久久国产免费 | 伊人久久大香线蕉av不卡| 国产精品毛片久久久久久久| 日产久久强奸免费的看| 久久久久久亚洲Av无码精品专口| www亚洲欲色成人久久精品| 亚洲精品无码久久一线| 精品久久久久久国产免费了| 7777久久亚洲中文字幕| 免费精品久久天干天干|