MCQOPTIONS
Saved Bookmarks
| 1. |
What is meant by exception specification? |
| A. | A function is limited to throwing only a specified list of exceptions. |
| B. | A catch can catch all types of exceptions. |
| C. | A function can throw any type of exceptions. |
| D. | none of the mentioned |
| Answer» B. A catch can catch all types of exceptions. | |