<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計應(yīng)用 > C++類指針指向子類還是基類的判斷方法

          C++類指針指向子類還是基類的判斷方法

          作者: 時間:2016-12-01 來源:網(wǎng)絡(luò) 收藏
          #include
          class animal
          {
          public:
          animal()
          {
          cout<<"hello kitty"<
          }
          virtual void eat()
          {
          cout<<"eat bianbian"<
          }
          };
          class plant:public animal
          {
          public:
          plant()
          {
          }
          void eat()
          {
          cout<<"haha"<
          }
          };
          void fn(animal *pan)
          {
          pan->eat ();
          }
          void main()
          {
          plant st;
          animal*pan; //一個指向animal的指針
          pan=&st; //把這個指針換成plant的類空間
          fn(pan);//把這個被替換的指針賦給fn(),它貌似指向了,然后通過這個函式指向eat()
          }
          //函數(shù)中有兩個類,而且都有eat()函數(shù)最后到底指向哪個eat()呢!
          //答:指向基類。如果想指向子類,辦法是有的!就是把基類的eat()函數(shù)虛化。加virtual前綴即可!

          // `(*∩_∩*)

          本文引用地址:http://www.ex-cimer.com/article/201612/324447.htm

          關(guān)鍵詞: C++類指針子類基

          評論


          相關(guān)推薦

          技術(shù)專區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();