PPT Slide
- You can take advantage of inheritance when dealing with exceptions.
- Suppose we had an inheritance hierarchy of exceptions like this:
- You can have more than one catch block for a try block.
- A catch block will only catch that exception
or a subclass of that exception.
Inheritance and Exceptions