Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavasealed types usageSingle-choice MCQ

You can omit the permits clause entirely on a sealed class. Under what condition does that compile, and what does it then permit?

public sealed class Base { /* no permits clause */ }