Multiple Choice
Exception handling should not be used:
A) As an alternative for program control.
B) To make error handling uniform on large projects.
C) To deal with errors that do not arise very often.
D) To deal with errors for components that will be widely used in other applications, such as classes and libraries.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Select the false statement. The new operator:<br>A)
Q9: Which statement about class unique_ptr (of the
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)
Q14: Once an exception is thrown, when can
Q15: Which class indicates that an error occurred
Q16: Select the false statement. Depending on the
Q17: Select the false statement. If an exception
Q18: Select the false statement. A rethrown exception:<br>A)