Multiple Choice
In traditional programming,probably the most often used error-handling outcome was to ____.
A) terminate the program in which the offending statement occurred
B) ignore the error
C) handle the error
D) ask the user for additional input
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Explain composition.
Q20: By using standard component classes,programmers are assured
Q21: Code that has already been tested and
Q22: Programmers use the phrase _ to describe
Q23: If an exception is thrown,it is passed
Q25: It makes sense that a parent class
Q26: Match each term with a statement below.<br><br>-A
Q27: A class that is used as a
Q28: In OOP languages,a default constructor is created
Q29: An abstract class is one from which