Object Oriented Programming Using C Plus Plus - Study Mode
[#6] When a function includes a throw statement for errors, the call to the potentially offending function should be placed within a _____ block
Correct Answer
(B) try
[#7] The scope resolution operator is
Correct Answer
(D) two colons
[#8] "C++" is a _____ constant
Correct Answer
(D) string literal
[#9] In a C++ program, which of the following can be thrown?
Correct Answer
(B) programmer-defined objects
[#10] The items listed in the function header are called _____
Correct Answer
(B) formal parameters