Matching
Match each term with the correct statement below.
Premises:
part of the C++ Standard library
Responses:
exception handling
try block
exception specification
catch block
message
exit() function
exception class
exception
default exception handler
Correct Answer:
Premises:
Responses:
exception handling
try block
exception specification
catch block
message
exit() function
exception class
exception
default exception handler
Premises:
exception handling
try block
exception specification
catch block
message
exit() function
exception class
exception
default exception handler
Responses:
Related Questions
Q39: You _ a function; if it throw
Q40: You create a default exception handler by
Q41: Be careful when writing an exception specification
Q42: When an object-oriented program detects an error
Q43: _ an exception is the act of
Q45: A general rule of _ programming is
Q46: You throw an exception by using the
Q47: When a function throws an exception, the
Q48: Visual C++ departs from the _ standard
Q49: Describe one disadvantage of using the default