Solved

Why Is It Beneficial to Be Able to Extend an Exception

Question 77

Multiple Choice

Why is it beneficial to be able to extend an Exception class?


A) It overrides an error message with an exception.
B) It allows programmers to associate a specific error message with an exception.
C) It allows coding of the exception without having to code the constructor.
D) It passes the code from the superclass to the derived constructor.

Correct Answer:

verifed

Verified

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

Related Questions