Discussion :: Object Oriented Programming Using C++
-
If two types of errors may be thrown, you should write _______
A.
no catch blocks
|
B.
one catch block with two arguments
|
C.
two catch block-one with an argument, and one without
|
D.
two catch blocks with one argument each
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment