MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the most preferred way of throwing and handling exceptions? |
| A. | a. Throw by value and catch by reference. |
| B. | b. Throw by reference and catch by reference. |
| C. | c. Throw by value and catch by value |
| D. | d. Throw the pointer value and provide catch for teh pointer type. |
| Answer» C. c. Throw by value and catch by value | |