Question: 10. Can the following function throw any unhandled exception? void f1() _____ 11. If the following function throws an unhandled exception, what happens? void f1()
10. Can the following function throw any unhandled exception? void f1() _____ 11. If the following function throws an unhandled exception, what happens? void f1() _____ 12. If the following function throws an unhandled exception, what happens? void f1() throws() _____ 13. If a function throw list specifies a base class type, then the function may also throw an exception of the _____ class type. 14. If some part of your program (or any library functions that are called) throw an exception, then if this exception is not handled in your code, your program will _____.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
