InterviewSolution
Saved Bookmarks
| 1. |
How many types of guarantees are there in exception class can have?(a) 1(b) 2(c) 3(d) 4This question was addressed to me in semester exam.Origin of the question is Class Hierarchies Introduction topic in portion Class Hierarchies, Library & Containers of C++ |
|
Answer» RIGHT option is (C) 3 To explain I would say: There are three types of guarantees in c++. They are WEAK, STRONG and no-throw. |
|