Consider the following C++ skeletal program: In each of the four throw statements, where is the exception

Question:

Consider the following C++ skeletal program:

class Big { int i; float f; void funl () throw 1nt { try { throw i; throw f; catch (float) {. . class Smal { int j; float g; void fun2 () throw float { try { try { Big.funl (); throw j; throw g: catch (int) { }

In each of the four throw statements, where is the exception handled?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: