Multiple Choice
If an exception is thrown by a member function of a class object, the class __________ is called.
A) constructor
B) destructor
C) catcher
D) handler
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Function templates allow you to write a
Q20: There is no difference between declaring an
Q21: The beginning of a function template is
Q22: A program may not contain both a
Q23: A(n) _ is used in a function
Q25: A(n) _ is a value or an
Q26: If you want to catch a bad_alloc
Q27: Using a function template requires less code
Q28: Class templates allow you to create one
Q29: A function template prefix is placed before