Object Oriented Programming Using C Plus Plus - Study Mode

[#181] Which is true?
Correct Answer

(B) Logical cohesion is stronger than coincidental cohesion
(E) Sequential cohesion is slightly weaker than functional cohesion

[#182] A predefined function that may be used to handle memory allocation errors is
Correct Answer

(B) set_new_handler

[#183] A function in a derived class that has the same name as a function in the parent class _____
Correct Answer

(B) will override the base class function

[#184] The _____ function returns the uppercase equivalent of a character
Correct Answer

(C) toupper

[#185] When you instantiate a derived class object, a constructor for the derived class _____
Correct Answer

(D) None of the above