Computer Science, asked by bushibushra333, 3 months ago

Write a program demonstrating that the order of catch blocks is important. If you try to catch a superclass exception type before a subclass type, the compiler should generate errors.​

Answers

Answered by subhransusahoo94
3

Answer:

If you try to catch a superclass exception type before a subclass type, the compiler should generate errors. */. // this program will give an ...

Similar questions