InterviewSolution
Saved Bookmarks
| 1. |
Is It Possible To Define A Return Statement In The Exception Part Of A Function? |
|
Answer» YES, it is POSSIBLE to define RETURN statement in the exception SECTION. This RETURN statement would be EXECUTED if an exception is raised and control is passed to the exception section of the code. Yes, it is possible to define RETURN statement in the exception section. This RETURN statement would be executed if an exception is raised and control is passed to the exception section of the code. |
|