info@avatto.com
+91-9920808017
51. If an integer object is thrown with a throw statement, then a subsequent catch block has a usable match if type ofthe catch argument is
const int &
int &
either (a) or (b) above
with an argument identical to that thrown.
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
52. A default exception handler can be coded by creating a catch block with.
no arguments
a void argument
an ellipsis as its argument
an argument identical to that thrown.
53. If a class object is thrown with a throw statement, then a subsequent catch block has a useable match if the type of the catch argument is
a parent class of the thrown class
a child class of the thrown class
either (a) or (b)
none of these
54. Any exception specification appears in
main () program
a catch block
a try block
header of a function that throws an exception.
55. The exceptions may be explicitly indicate that a function may throw by writing an exception
specification
header
template
statement
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login