It’s time to put what you’ve learned to the test, get 2 questions right to pass this unit.
1.
You have a superclass super that has three subclasses sub1, sub2, and sub3. In a TRY...CATCH block, you want to catch sub1explicitly and sub2 and sub3 via their superclass. You also want to catch any other exceptions using cx_root. What is the correct sequence of CATCH statements?
Choose the correct answer.
2.
Where do you create translatable texts for your exception classes?