Object Oriented Programming Using C Plus Plus - Study Mode

[#296] An unsigned double type of data
Correct Answer

(A) can have only positive values

[#297] The extraction operator >> is a(n) _____
Correct Answer

(A) overloaded function

[#298] Modules in C++ programs are
Correct Answer

(A) functions

[#299] The return type for all destructors is
Correct Answer

(D) None

[#300] If an exception is thrown and no catch block matches the type of the thrown parameter, then _____
Correct Answer

(A) the program terminates