Multiple Choice
Which of the following is not a valid reason for using exception handling?
A) throw and catch can be used like gotos
B) the procedure for handling an error depends on the situation
C) need to handle built in exceptions
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Which type of exception is thrown if
Q6: Which of the following function declaration correctly
Q7: The following function does not throw any
Q8: Functions that might throw an exception must
Q9: When a throw statement is executed,<br>A) execution
Q11: The catch block is also known as
Q12: The following catch block catches all _
Q13: If class A is derived from class
Q14: If the following function throws an unhandled
Q15: A throw statement passes which type of