

MCQOPTIONS
Saved Bookmarks
This section includes 7 Mcqs, each offering curated multiple-choice questions to sharpen your Object Oriented Programming Using C++ knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which among the following is not a level of abstraction? |
A. | Logical level |
B. | Physical level |
C. | View level |
D. | External level |
Answer» E. | |
2. |
In terms of stream and files ____________ |
A. | Abstraction is called a stream and device is called a file |
B. | Abstraction is called a file and device is called a stream |
C. | Abstraction can be called both file and stream |
D. | Abstraction can t be defined in terms of files and stream |
Answer» B. Abstraction is called a file and device is called a stream | |
3. |
Encapsulation and abstraction differ as ____________ |
A. | Binding and Hiding respectively |
B. | Hiding and Binding respectively |
C. | Can be used any way |
D. | Hiding and hiding respectively |
Answer» B. Hiding and Binding respectively | |
4. |
Abstraction can apply to ____________ |
A. | Control and data |
B. | Only data |
C. | Only control |
D. | Classes |
Answer» B. Only data | |
5. |
Object is ________ abstraction. |
A. | Object |
B. | Logical |
C. | Real |
D. | Hypothetical |
Answer» D. Hypothetical | |
6. |
Class is _________ abstraction. |
A. | Object |
B. | Logical |
C. | Real |
D. | Hypothetical |
Answer» C. Real | |
7. |
Hiding the implementation complexity can ____________ |
A. | Make the programming easy |
B. | Make the programming complex |
C. | Provide more number of features |
D. | Provide better features |
Answer» B. Make the programming complex | |