Object Oriented Programming Using C Plus Plus - Study Mode

[#366] The arguments that determine the state of the cout object are called
Correct Answer

(C) format flags or state flags

[#367] If a class will serve as a base class, most often the base class data members are
Correct Answer

(C) public

[#368] You can use the C++ _____ function to assign a value to a String variable
Correct Answer

assign

[#369] A measure of the strength of the connection between two functions is
Correct Answer

(B) coupling

[#370] Catch blocks must _____
Correct Answer

(D) appear immediately after try blocks