Short Answer
When an object-oriented program detects an error within a function, the function should send an error object to the calling function, or ____________________ an exception.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: Match each term with the correct statement
Q38: A catch block _ display, or to
Q39: You _ a function; if it throw
Q40: You create a default exception handler by
Q41: Be careful when writing an exception specification
Q43: _ an exception is the act of
Q44: Match each term with the correct statement
Q45: A general rule of _ programming is
Q46: You throw an exception by using the
Q47: When a function throws an exception, the