1. You can use C++ as a procedural, as well as an object-oriented, language
2. A default catch block catches
3. Adding a derived class to a base class requires fundamental changes to the base class
4. Format flags may be combined using
5. The use of the break statement in a switch statement is
6. To expose a data member to the program, you must declare the data member in the _____ section of the class
7. Evaluate the following expression: 3 >6&&7>4
8. Which of the following are valid characters for a numeric literal constant?
9. A function that changes the state of the cout object is called a(n) _____
10. A C++ program contains a function with the header int function(double d, char c). Which of the following function headers could be used within the same program?
Read More Section(Object Oriented Programming Using C Plus Plus)
Each Section contains maximum 100 MCQs question on Object Oriented Programming Using C Plus Plus. To get more questions visit other sections.