• <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 閱讀(745) 評論(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();
            久久久久久狠狠丁香| 国产日产久久高清欧美一区| 久久综合九色综合欧美狠狠| 久久香蕉一级毛片| 色诱久久av| 久久精品国产乱子伦| 久久99精品久久久久久动态图| 99久久国产热无码精品免费| 日本精品久久久中文字幕| 久久久久噜噜噜亚洲熟女综合 | 久久96国产精品久久久| 日本免费一区二区久久人人澡| 久久精品极品盛宴观看| 久久超乳爆乳中文字幕| 四虎影视久久久免费| 久久精品国产半推半就| 久久久久se色偷偷亚洲精品av| 精品免费tv久久久久久久| 漂亮人妻被中出中文字幕久久| 久久青草国产精品一区| 亚洲va国产va天堂va久久| 免费精品久久久久久中文字幕| aaa级精品久久久国产片| 久久AV无码精品人妻糸列| 久久综合九色综合欧美就去吻| 久久99精品综合国产首页| 97久久国产露脸精品国产| 香蕉aa三级久久毛片| 国产精品亚洲美女久久久| 99久久精品免费看国产| 久久er热视频在这里精品| 日本强好片久久久久久AAA| 亚洲精品tv久久久久| 亚洲午夜无码久久久久小说| 久久综合九色欧美综合狠狠| 人人狠狠综合88综合久久| 久久精品国产福利国产琪琪| 丁香五月综合久久激情| 亚洲一本综合久久| 国产精品综合久久第一页| 久久国产精品免费|