Solved

Which of the Following Is an Advantage of Not Using

Question 24

Multiple Choice

Which of the following is an advantage of not using exception-handling to deal with errors?


A) Intermixing program logic with error-handling logic can make the program more difficult to read, modify, maintain and debug.
B) Frequent tests for infrequently occurring errors can degrade a program's performance.
C) Programmers may delay writing error-processing code or sometimes forget to include it.
D) None of the above.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions