Solved

If You Have a Function That Might Throw an Exception

Question 17

Multiple Choice

If you have a function that might throw an exception and some programs that use that function might want to handle that exception differently, you should


A) not catch the exception in the function
B) throw an integer exception
C) never throw an exception in this function
D) none of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions