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

Discussion :: Object Oriented Programming Using C++

  1. If an integer object is thrown with a throw statement, then a subsequent catch block has a usable match if the type of the catch argument is _____

  2. A.
    const int &
    B.
    int &
    C.
    either (a) or (b)
    D.
    neither (a) nor (b)

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment