If a method throws an exception, and the exception is not caught inside the method, then the method invocation:
a. terminates
b. transfers control to the catch block
c. transfers control to the exception handler
d. none of the above
A
Computer Science & Information Technology
You might also like to view...
A(n) ________ code needs to be inserted if you want different page numbers, headers, and footers in a different part of a document
Fill in the blank(s) with correct word
Computer Science & Information Technology
virtual destructors must be used when:
a. The constructor in the base class is virtual. b. delete is used on a base-class pointer to a derived-class object. c. delete is used on a derived-class object. d. A constructor in either the base class or derived class is virtual.
Computer Science & Information Technology