McqMate
| Q. |
Which of the following is the most preferred way of throwing and handling exceptions? |
| A. | throw by value and catch by reference. |
| B. | throw by reference and catch by reference. |
| C. | throw by value and catch by value |
| D. | throw the pointer value and provide catch for the pointer type. |
| Answer» B. throw by reference and catch by reference. | |
View all MCQs in
Object Oriented Programming In cppNo comments yet