Definition order

Report a typo

Arrange the custom exception class definitions in the correct order.

Put the items in the correct order
open class CorrectNumberException: RuntimeException()
open class NumberOutOfRange: CorrectNumberException()
class NumberBelowRange: NumberOutOfRange()
___

Create a free account to access the full topic