Home / CSE MCQs / C++ - MCQs :: Interfaces - C++

CSE MCQs :: C++ - MCQs

  1. which of the following is used to implement the c++ interfaces?
  2. A.
    absolute variables
    B.
    abstract classes
    C.
    constant variables
    D.
    none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. What is the ability to group some lines of code that can be included in the program?
  4. A.
    specific task
    B.
    program control
    C.
    modularization
    D.
    macros

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. How many types does functions fall depends on modularization?
  6. A.
    1
    B.
    2
    C.
    3
    D.
    4

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. How many types of modularization are there in c++?
  8. A.
    4
    B.
    3
    C.
    1
    D.
    none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. What does the client module import?
  10. A.
    macro
    B.
    records
    C.
    interface
    D.
    none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. Identify the correct statement
  12. A.
    c++ does not have built-in interfaces
    B.
    c++ does have built-in interfaces
    C.
    c++ have no cocept of interfaces
    D.
    none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. What is similar to interface in c++
  14. A.
    methods
    B.
    instance of class
    C.
    pure abstract class
    D.
    none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. Which of the following implements the module in the program?
  16. A.
    macro
    B.
    header files
    C.
    both of the mentioned
    D.
    none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum