Interfaces


  1. What is similar to the interface in c++











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    pure abstract class


  1. What does the client module import?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    Because they access the functions in the module user interface.



  1. Identify the correct statement.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    c++ does not have built-in interfaces


  1. How many types of modularization are there in c++?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    There are two types of modular programming. They are interface and implementation.



  1. Which of the following implements the module in the program?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    We can include the group of code by using the #include header file.