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

Discussion :: Object Oriented Programming Using C++

  1. You can code a default exception handler by creating a catch block

  2. A.
    with no arguments
    B.
    with a void argument
    C.
    with an ellipsis as its argument
    D.
    with an argument identical to that thrown

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment