The proper syntax for a throw list is:

a. int g( double h )
throw ( a, b, c )
b. int g( double h )
throw ( a b c )
c. int g( double h )
throw ( a )
throw ( b )
throw ( c )
d. int g( double h )
throw ( a ),
throw ( b ),
throw ( c )

a. int g( double h )
throw ( a, b, c )

Computer Science & Information Technology

You might also like to view...

You can move through a presentation by pressing the Tab key

Indicate whether the statement is true or false

Computer Science & Information Technology

The basic logic used by methods to open and close files is the same.

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

Computer Science & Information Technology