

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. |
Does OOP provide better security than POP? |
A. | Always true for any programming language |
B. | May not be true with respect to all programming languages |
C. | It depends on type of program |
D. | It s vice-versa is true |
Answer» B. May not be true with respect to all programming languages | |
2. |
Exception handling is a feature of OOP. |
A. | True |
B. | False |
Answer» B. False | |
3. |
Which among doesn t illustrates polymorphism? |
A. | Function overloading |
B. | Function overriding |
C. | Operator overloading |
D. | Virtual function |
Answer» C. Operator overloading | |
4. |
The feature by which one object can interact with another object is _____________ |
A. | Data transfer |
B. | Data Binding |
C. | Message Passing |
D. | Message reading |
Answer» D. Message reading | |
5. |
Which feature may be violated if we don t use classes in a program? |
A. | Inheritance can t be implemented |
B. | Object must be used is violated |
C. | Encapsulation only is violated |
D. | Basically all the features of OOP gets violated |
Answer» E. | |
6. |
Which among the following doesn t come under OOP concept? |
A. | Platform independent |
B. | Data binding |
C. | Message passing |
D. | Data hiding |
Answer» B. Data binding | |
7. |
Which of the following is not a feature of pure OOP? |
A. | Classes must be used |
B. | Inheritance |
C. | Data may/may not be declared using object |
D. | Functions Overloading |
Answer» D. Functions Overloading | |