Interfaces
- What is similar to the interface in c++
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
pure abstract class
- What does the client module import?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Because they access the functions in the module user interface.
- Identify the correct statement.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
c++ does not have built-in interfaces
- How many types of modularization are there in c++?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
There are two types of modular programming. They are interface and implementation.
- Which of the following implements the module in the program?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
We can include the group of code by using the #include header file.