Solved

Which Statement Is False

Question 16

Multiple Choice

Which statement is false?


A) An enum declaration is a comma-separated list of enum constants and may optionally include other components of traditional classes, such as constructors, fields and methods.
B) Any attempt to create an object of an enum type with operator new results in a compilation error.
C) An enum constructor cannot be overloaded.
D) enum constants are implicitly final and static.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions