Declarations and Access Control Logic

© examsiri.com
Question : 1 of 29
 
Marks: +1, -0
Place the lines in the correct order to complete the enum:
Source File:
enum Element{
//Place Here the below code.


Code Element:
1. public String infor() return "element";}
2. };
3. FIRE { public String infor() { return "Hot";}
4. EARTH, WIND,
5. }
Go to Question: