Home » C++ Programming » Classes & Objects » Question
  1. How many types of guarantees are there in exception class can have?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: B

There are three types of guarantees in c++. They are weak, strong and no-throw.



Your comments will be displayed only after manual approval.