InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the object oriented way to handle run time errors?(a) Error codes(b) HERRESULT(c) OnError(d) ExceptionsThis question was posed to me in exam.Enquiry is from Fundamentals of Exception Handling in section Indexers and Exception Handling of C# |
|
Answer» CORRECT CHOICE is (d) Exceptions The EXPLANATION: NONE. |
|