Multiple Choice
Select the false statement. If an exception is thrown from a constructor:
A) The object being constructed will not be constructed.
B) For an array, destructors for all array elements are called, even if those array elements have not yet been constructed.
C) The exception can contain the error information that the constructor would not be able to return in the normal manner.
D) For an object with member objects, and whose outer object has not been constructed, the destructor is called for the member objects.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: An advantage of using inheritance with exceptions
Q11: An exception:<br>A) Terminates program execution.<br>B) Terminates the
Q12: Exception handling may allow a program to:<br>A)
Q13: Exception handling should not be used:<br>A) As
Q14: Once an exception is thrown, when can
Q15: Which class indicates that an error occurred
Q16: Select the false statement. Depending on the
Q18: Select the false statement. A rethrown exception:<br>A)
Q19: Select the false statement regarding exceptions.<br>A) The
Q20: If dynamic memory has been allocated for