Language Fundamentals
© examsiri.com
Question : 9 of 24
Marks:
+1,
-0
Given:
1. class Nav{
2. public enum Direction { NORTH, SOUTH, EAST, WEST }
3. }
4. public class Sprite{
5.   /*insert code here*/
6. }
Which code, inserted at line 5, allows the Sprite class to compile?
Go to Question: