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

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > C++構(gòu)造函數(shù)與析構(gòu)函數(shù)的使用方法

          C++構(gòu)造函數(shù)與析構(gòu)函數(shù)的使用方法

          作者: 時(shí)間:2016-12-01 來源:網(wǎng)絡(luò) 收藏
          構(gòu)造函數(shù),是一種特殊的方法 。主要用來在創(chuàng)建對象時(shí)初始化對象, 即為對象成員變量賦初始值,總與new運(yùn)算符一起使用在創(chuàng)建對象的語句中 。特別的一個類可以有多個構(gòu)造函數(shù) ,可根據(jù)其參數(shù)個數(shù)的不同或參數(shù)類型的不同來區(qū)分它們 即構(gòu)造函數(shù)的重載。

          析構(gòu)函數(shù)(destructor) 與構(gòu)造函數(shù)相反,當(dāng)對象脫離其作用域時(shí)(例如對象所在的函數(shù)已調(diào)用完畢),系統(tǒng)自動執(zhí)行析構(gòu)函數(shù)。

          #include
          class animal
          {
          public:
          animal()
          {
          cout<<"hello"<}
          ~animal()
          {
          cout<<"析構(gòu)函數(shù)"<}
          void animal1();

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

          };
          void animal::animal1 () //構(gòu)造函數(shù)
          {
          int box[3],i,sum=0; //sun記得賦初值
          cout<<"請輸入三個數(shù)"< for(i=0;i<3;i++)
          {
          cin>>box[i];
          sum=box[i]+sum;
          }
          cout<}
          int main()
          {
          animal sh;
          sh.animal1 ();
          return 0;
          }



          評論


          相關(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); })();