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

Discussion :: Object Oriented Programming Using C++

  1. If an exception is thrown and no catch block matches the type of the thrown parameter, then _____

  2. A.
    the program terminates
    B.
    the first catch block is executed
    C.
    the last catch block is executed
    D.
    the program proceeds with the code following the catch blocks

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment