Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. If two types of errors may be thrown, you should write _______

  2. 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

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment