• <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>
            春暖花開
            雪化了,花開了,春天來了
            posts - 149,comments - 125,trackbacks - 0

            有這么一個關(guān)于虛函數(shù)和虛繼承的問題,如下:
            class A
            {
                char k[3];
            public:
                virtual void aa();
            };

            class B: public virtual A
            {
                char j[3];
            public:
                virtual void bb();
            };

            class C: public virtual B
            {
                char i[3];
            public:
               virtual void cc();
            };
            請問sizeof(A), sizeof(B), sizeof(C)分別為多少?

            對于A, 我們很清楚的知道,其大小為8。
            對于B,考慮到虛繼承和自身的虛函數(shù),我們也可以算出來起大小為8+8+4 = 20
            對于C,其大小為20+8+4 = 32。
            其中 4為虛繼承所占用的指針。

            這個看上去沒有什么問題。但是當(dāng)我把虛繼承去掉以后,這里卻有了一些變化?
            首先,我猜想了一下,A是8,B是16,C是24。
            可惜結(jié)果和我想的不一樣,答案是8, 12, 16。很有規(guī)律的一個數(shù)字。
            從A到B,只增加了4。什么原因呢?

            http://www.diybl.com/course/3_program/c++/cppjs/2007927/74925.html這里介紹了一些

            The existence of virtual function(s)

            Existence of virtual function(s) will add 4 bytes of virtual table pointer in the class, which will be added to size of class. Again, in this case, if the base class of the class already has virtual function(s) either directly or through its base class, then this additional virtual function won't add anything to the size of the class. Virtual table pointer will be common across the class hierarchy. That is

            class Base {

            public:

             ...        

            virtual void SomeFunction(...);

            private:  

            int iAMem

            };

            class Derived : public Base

            {

             ...       

             virtual void SomeOtherFunction(...);

            private:      

            int iBMem

            };

            In the example above, sizeof(Base) will be 8 bytes--that is sizeof(int iAMem) + sizeof(vptr). sizeof(Derived) will be 12 bytes, that is sizeof(int iBMem) + sizeof(Derived). Notice that the existence of virtual functions in class Derived won't add anything more. Now Derived will set the vptr to its own virtual function table.


            派生類和基類擁有相同的虛函數(shù)表。

            但似乎虛繼承的時候,又?jǐn)P棄了這一做法。

            所以兩個是有所區(qū)別的。

            posted on 2009-10-07 22:43 Sandy 閱讀(1970) 評論(2)  編輯 收藏 引用 所屬分類: c++學(xué)習(xí)

            FeedBack:
            # re: 虛函數(shù)與虛繼承的思考[未登錄]
            2009-10-07 23:23 | vincent
            orz..您一定看了程序員面試寶典這本書  回復(fù)  更多評論
              
            # re: 虛函數(shù)與虛繼承的思考
            2010-06-18 09:31 | 小時候可靚了
            虛繼承是個很神奇的東西,貌似不同的編譯器的實(shí)現(xiàn)都有區(qū)別。但非虛繼承一般都差不多。。 子類、父類共享虛表,子類實(shí)現(xiàn)了的虛函數(shù),就重填到虛表中,沒有的就不填,這樣當(dāng)我們通過父類調(diào)用的時候,自然就調(diào)用到了。虛繼承則有點(diǎn)麻煩。。。  回復(fù)  更多評論
              
            久久激情五月丁香伊人| 久久精品一区二区三区中文字幕| 色综合久久88色综合天天| 国内高清久久久久久| 伊人久久精品无码二区麻豆| 青青草原精品99久久精品66| 久久免费精品一区二区| 国产精品亚洲综合专区片高清久久久| 九九热久久免费视频| 久久综合伊人77777麻豆| 狠狠色狠狠色综合久久 | 91秦先生久久久久久久| 精品久久久久国产免费| 久久人与动人物a级毛片| 久久久噜噜噜久久熟女AA片| 一级做a爰片久久毛片人呢| 亚洲一级Av无码毛片久久精品| 久久综合给合久久国产免费| 99久久精品免费看国产一区二区三区| 亚洲午夜无码久久久久小说| 久久免费美女视频| 国产Av激情久久无码天堂| 久久综合久久综合亚洲| 国产精品久久波多野结衣| 伊人久久大香线蕉AV色婷婷色| 久久综合伊人77777| 91性高湖久久久久| 成人久久综合网| 久久久婷婷五月亚洲97号色| 亚洲国产成人精品久久久国产成人一区二区三区综 | 三级片免费观看久久| 久久久精品午夜免费不卡| 婷婷久久久亚洲欧洲日产国码AV| 国产激情久久久久影院老熟女| 久久精品亚洲日本波多野结衣| 天天做夜夜做久久做狠狠| 久久久久亚洲av毛片大| 国产一区二区精品久久岳| 国产99久久精品一区二区| 精品国产乱码久久久久久1区2区 | 久久人人爽人爽人人爽av|