Answer the following statements true (T) or false (F)

1) The default action of unexpected() can be changed.
2) Mentioning a base class B in an exception specification includes a class D objects,
where D is derived from B, in the exception specification.
3) In type matching to select a catch block, only exact matches work.
4) The situations where exceptions are used put the try block with the throw statement
followed by the catch block all in one function.
5) A function that satisfies its preconditions but cannot fulfill its postconditions should
throw an exception.


1) T
2) T
3) T
4) F
5) T

Computer Science & Information Technology

You might also like to view...

____ is the space between lines of text.

A. Tracking B. Kerning C. Leading D. Dithering

Computer Science & Information Technology

A common delimiter is a(n):

A) web site link. B) text of your choosing. C) comma. D) space.

Computer Science & Information Technology

To ensure that the content of the presentation has not been changed since it was signed would be one reason for adding a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A _____ element contains information about a webpage, such as the webpage title and the defined character set, not website content.?

A. ?header B. ?footer C. ?tag D. ?head

Computer Science & Information Technology