The access modifier issues

Report a typo

Choose all correct statements regarding the code below. Consider they are in the same Shape.java source file.

public sealed class Shape
        permits Triangle { }


sealed class Triangle extends Shape { }

public non-sealed class Rectangle extends Shape { }
Select one or more options from the list
___

Create a free account to access the full topic