Question: Use inheritance to create an exception superclass (called ExceptionA) and exception subclasses ExceptionB and ExceptionC, where ExceptionB inherits from ExceptionA and ExceptionC inherits from ExceptionB.
Use inheritance to create an exception superclass (called ExceptionA) and exception subclasses ExceptionB and ExceptionC, where ExceptionB inherits from ExceptionA and ExceptionC inherits from ExceptionB. Write a program to demonstrate that the catch block for type ExceptionA catches exceptions of types ExceptionB and ExceptionC.
Step by Step Solution
3.33 Rating (156 Votes )
There are 3 Steps involved in it
To demonstrate how inheritance works with exceptions in Java we can create a simple program as descr... View full answer
Get step-by-step solutions from verified subject matter experts
