In a sequence of try/catch blocks, the last catch block of that sequence should be ____.

A. catch(...){ }
B. catch(int x){ }
C. catch(str){ }
D. catch(exception){}

Answer: A

Computer Science & Information Technology

You might also like to view...

Design view displays the report's design while allowing you to view the report data

Indicate whether the statement is true or false

Computer Science & Information Technology

When a member function is defined outside of the class declaration, the function name must be qualified with the class name, followed by

A) a semicolon(;). B) the scope resolution operator (::). C) the public access specifier. D) the private access specifier. E) a tilde (~).

Computer Science & Information Technology