Vidyalelo
C# Programming · Q66

Exception Handling in C Sharp

Programming · C# Programming · question 66

Q66

Select the statements which describe the correct usage of exception handling over conventional error handling approaches?

A.
As errors can be ignored but exceptions cannot be ignored
B.
Exception handling allows separation of program's logic from error handling logic making software more reliable and maintainable
C.
try – catch – finally structure allows guaranteed cleanup in event of errors under all circumstances
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board