15.A program to illustrate how to use the multiple catch statements for throwing the different types of data for handling exception.
16.A program to demonstrate how to implement catch all exceptions using the catch (…) statement.
17.A program to illustrate how to realise rethrowing an exception in C++ using throw statement without any argument.
18.A program to illustrate how to declare, define and realise a namespace mechanism.