Multiple Choice
The following class definition
Class MyError
{};
A) has no member functions or member data
B) has only a default constructor
C) is illegal
D) A and B
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: If a function throws an exception and
Q24: If the following function throws an unhandled
Q25: The block of code that checks if
Q26: If a function does not have an
Q27: The catch block is a function.
Q29: The following catch statement<br>Catch...)<br>A) is illegal<br>B) catches
Q30: If a function throw list specifies a
Q31: If no exception is thrown, then the
Q32: Given the following function definition, what happens
Q33: The throw statement passes a value to