Which of the following is best to include under try block?
(a) static values
(b) const values
(c) dynamic allocations
(d) default values
This question was addressed to me during an interview.
This is a very interesting question from Standard Exceptions topic in section Derived Classes, Templates & Exception Handling in C++ of C++