Ask Question
13 December, 14:15

Why is exception handling an issue for testers in object-oriented developments?

+4
Answers (1)
  1. 13 December, 17:32
    0
    The exception handling occurs when the unexpected events are happened, which basically require special type of processing. The exception handling is the mechanism that mainly handle all type of the exception during the run time process in the system.

    In the object oriented programming, the testers face issue during the development as it used for prevent the abnormal node in the program and also it customize the exceptional message in the system.

    We basically used the try catch block in the exception handling as, it efficiently handle the difficult situation in the object oriented development.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Why is exception handling an issue for testers in object-oriented developments? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers