✏️ Explanatory Question

What are the advantages of exception handling ?

👁 27 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

Advantages of exception handling are:
• Exception handling separates error-handling code from normal code.
• It clarifies the code and enhances readability.
• It stimulates consequences as the error-handling takes place at one place and in one manner.
• It makes for clear, robust, fault-tolerant programs.