info@avatto.com
+91-9920808017
41. The generic name used for unexpected errors that occur during the execution of a program is
infractions
exceptions
deviations
anomalies
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
42. Before object-oriented exception handling was practiced,
no run-time errors occurred
programmers could not deal with run-time errors
most popular error-handling method was to terminate the program
most popular error-handling method was to throw an exception
43. The type to be used in an instantiation of a class template follows
generic class name
keyword template
keyword class
template definition
44. The difference between a return and a throw is that
with a throw, no value can be sent
with a return, no value can be sent
with a throw, execution takes place at the location from which the function was called.
with a return, execution takes place at the location from which the function was called.
45. The general principle underlying object-oriented error handling is that a called function should
neither check for, nor handle errors
check for errors but not be required to handle any detected.
handle errors, but not check for them
both check for and handle errors.
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