Q: The wrong catch statement catches an exception in the following code! Why?



#include <iostream>

using namespace std;

class A
{