Solved

Which of the Following Function Declaration Correctly Specifies That Two

Question 6

Multiple Choice

Which of the following function declaration correctly specifies that two types of exceptions are thrown?


A) void f1exception a, exception b) ;
B) void f1 ) exception a;b) ;
C) void f1 ) throw a, throw b;
D) void f1 ) thaw a,b) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions