Looking ahead to the inheritance hierarchy in Figure 18.1 (p. 783), explain what’s wrong with the following try block. Correct it.
try { // use of the C++ standard library} catch(exception) { // ...} catch(const runtime_error &re) { // ...} catch(overflow_error eobj) { /* ... */ }Figure 18.1: Standard exception Class Hierarchy

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.