enum Levels { private BOTTOM, public MEDIUM, protected TOP;}
Enum cannot have any modifiers. They are public, static and final by default.
Previous Question Next Question
Your comments will be displayed only after manual approval.