6) Select all the incorrect options:
Since enums are comparable to traditional classes, they may not be arguments in switch statements.
Enums may not extend another class/ enum.
Enums inherit the java.lang.Object class.
Enums may be extended by another Enum.