Hi
I think there a mistake in the answer of question 6 in "Classes, Interfaces, Packages, Enums (26)" Mock
"Can enum types be declared abstract ?"
Cordialement
Can enum types be declared abstract - False.
Per the JLS - Enum types (§8.9) must not be declared abstract; doing so will result in a compile-time error. Link - http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.9 - See the 2nd discussion point. If possible try to read the whole article.
HTH Ashish Hareet
thanks for your feedback
answear for this question is incorrect in SCJP 5.0 SCJP 6.0 Mocks / Classes, Interfaces, Packages, Enums (26)
Can enum types be declared abstract - False.
Per the JLS - Enum types (§8.9) must not be declared abstract; doing so will result in a compile-time error.
Link - http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.9 - See the 2nd discussion point. If possible try to read the whole article.
HTH
Ashish Hareet
thanks for your feedback
answear for this question is incorrect in
SCJP 5.0 SCJP 6.0 Mocks / Classes, Interfaces, Packages, Enums (26)