• <sub id="h4knl"><ol id="h4knl"></ol></sub>
    <sup id="h4knl"></sup>
      <sub id="h4knl"></sub>

      <sub id="h4knl"><ol id="h4knl"><em id="h4knl"></em></ol></sub><s id="h4knl"></s>
      1. <strong id="h4knl"></strong>

      2. 威盛公司軟件C++工程師筆試題

        時(shí)間:2020-11-22 10:44:12 筆試題目 我要投稿

        威盛公司軟件C++工程師筆試題

          1.How good do you see yours programming skills?Please circle your answers

        威盛公司軟件C++工程師筆試題

          C: Fair/Good/Excellent

          C++: Fair/Good/Excellent

          2.Please estimate your programming experince:

          How many lines of code are your biggest C Program ever written excluding thestandard linked library?

          How many lines of code are your biggest C++ program ever written excluding the standard linked library?

          3.Please explain the following terms

          Data Encapsulation

          Inheritance

          Polymorphism

          4.What is a virtual base class?How do you declare such a class?How would you use it in a design?

          5.What is a template or container class?How do you declare such a class?

          6.Which are the access control levels for C++ language?

          7.What is RTTI?How do you achieve RTTI in your design?

          8.What are the major differences between static and non-static member functions?

          9.How do you call a regular member function from a static member function?

          Please use psendo-code to provide your answer

          10.How do you declare/define a type of pointer to a class member function?

          Please use psendo-code to provide your answer

          11.Please explain the following tyoes:

          Here is a short lise of combinations and their meanings:

          1.Reference-Can change the referenced object

          2.Const-Reference

          3.Const-Pointer-

          4.Pointer-Const-

          5.Const-Pointer-Const-

          CFoo Instance

          CFoo &ReferenceToInstance=Instance; //1

          const CFoo &ConstReferenceToInstance=Instance; //2

          const CFoo *pConstPointer=&Instance; //3

          CFoo *const pPointerConst=&Instance; //4

          const CF00 *const pPointerConst=&Instance; //5

          12.What are top-down and bottom-up approach?How do you usually use them?

          13.Please use pseudo-code to design a set of stack operations with template

          14.Please use pseudo-code to design a set of double linked list operations with template

          Optional Questions:(for extra credits)

          15.Please write a unix makefile for Question13

          16.Please explain these common sections:text,data,bss

        《&.doc》
        将本文的Word文档下载到电脑,方便收藏和打印
        推荐度:
        点击下载文档

        【威盛公司軟件C++工程師筆試題】相關(guān)文章:

        往年威盛電子筆試題07-24

        07威盛筆試題目11-01

        搜狗2016 C++工程師筆試題12-21

        Kingsoft金山公司C/C++筆試題12-17

        軟件開(kāi)發(fā)工程師筆試題12-13

        軟件研發(fā)工程師筆試題目12-08

        廣州某公司軟件工程師面試題目11-26

        華為C++筆試題11-23

        聯(lián)想C++筆試題11-23

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码
      3. <sub id="h4knl"><ol id="h4knl"></ol></sub>
        <sup id="h4knl"></sup>
          <sub id="h4knl"></sub>

          <sub id="h4knl"><ol id="h4knl"><em id="h4knl"></em></ol></sub><s id="h4knl"></s>
          1. <strong id="h4knl"></strong>

          2. 亚洲一二三级看视频香蕉 | 亚洲欧美国产精品久久 | 亚洲乱码成熟视频在线播放 | 日本新一二三区不卡在线观看 | 日韩美女黄大片在线观看 | 在线观看国产日韩亚洲中文字幕 |

            威盛公司軟件C++工程師筆試題

              1.How good do you see yours programming skills?Please circle your answers

            威盛公司軟件C++工程師筆試題

              C: Fair/Good/Excellent

              C++: Fair/Good/Excellent

              2.Please estimate your programming experince:

              How many lines of code are your biggest C Program ever written excluding thestandard linked library?

              How many lines of code are your biggest C++ program ever written excluding the standard linked library?

              3.Please explain the following terms

              Data Encapsulation

              Inheritance

              Polymorphism

              4.What is a virtual base class?How do you declare such a class?How would you use it in a design?

              5.What is a template or container class?How do you declare such a class?

              6.Which are the access control levels for C++ language?

              7.What is RTTI?How do you achieve RTTI in your design?

              8.What are the major differences between static and non-static member functions?

              9.How do you call a regular member function from a static member function?

              Please use psendo-code to provide your answer

              10.How do you declare/define a type of pointer to a class member function?

              Please use psendo-code to provide your answer

              11.Please explain the following tyoes:

              Here is a short lise of combinations and their meanings:

              1.Reference-Can change the referenced object

              2.Const-Reference

              3.Const-Pointer-

              4.Pointer-Const-

              5.Const-Pointer-Const-

              CFoo Instance

              CFoo &ReferenceToInstance=Instance; //1

              const CFoo &ConstReferenceToInstance=Instance; //2

              const CFoo *pConstPointer=&Instance; //3

              CFoo *const pPointerConst=&Instance; //4

              const CF00 *const pPointerConst=&Instance; //5

              12.What are top-down and bottom-up approach?How do you usually use them?

              13.Please use pseudo-code to design a set of stack operations with template

              14.Please use pseudo-code to design a set of double linked list operations with template

              Optional Questions:(for extra credits)

              15.Please write a unix makefile for Question13

              16.Please explain these common sections:text,data,bss