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

Discussion :: Object Oriented Programming Using C++

  1. When a function includes a throw statement for errors, the call to the potentially offending function should be placed within a _____ block

  2. A.
    throw
    B.
    try
    C.
    catch
    D.
    scope

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment