MCQOPTIONS
Saved Bookmarks
| 1. |
In C++, if a catch statement is written to catch exception objects of abase class type, it can also catch all ______ derived from that baseclass. |
| A. | Objects of classes |
| B. | Arguments |
| C. | Exceptionsfor objects |
| D. | Errors |
| Answer» D. Errors | |