About Question enthuware.ocpjp.v7.2.1732 :
Posted: Tue Apr 07, 2015 4:27 pm
in this question, line number 3 is illegal because:
"An enum cannot extend any other enum or class because an enum is implicitly extends from java.lang.Enum."
Why all my classes extends java.lang.Object and I still can extend another classes?
"An enum cannot extend any other enum or class because an enum is implicitly extends from java.lang.Enum."
Why all my classes extends java.lang.Object and I still can extend another classes?