Permitted classes

Report a typo

Will you face any compilation issues in this code?

public abstract sealed class Shape
        permits Triangle, Square { }


final sealed class Triangle extends Shape { }


Select one or more options from the list
___

Create a free account to access the full topic