Vidyalelo
Java Programming · Q124

Data Types and Variables

Programming · Java Programming · question 124

Q124

What will be the output of the following Java code snippet? class A enum Enums extends A ABC, BCD, CDE, DEF;

A.
Runtime Error
B.
Compilation Error
Answer
C.
It runs successfully
D.
EnumNotDefined Exception

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board