Ask Question

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

+1
Answers (1)
  1. 15 May, 08:36
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers