Multiple Choice
Which of the following options should you choose when an exception occurs in a program that analyzes an airline's ticketing transactions?
A) Terminate the program.
B) Include code in the program to recover from the exception.
C) Log the error and continue.
D) Include code in the header file.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: When an exception is thrown in a
Q34: The general syntax to rethrow an exception
Q35: If no exception is thrown in a
Q36: Which of the following classes is derived
Q37: To use the assert function in your
Q39: Which of the following blocks is designed
Q40: C++ provides all the exception classes you
Q41: Which of the following is a valid
Q42: Which of the following statements throws a
Q43: An exception is an occurrence of an