單項選擇題

10. class Nav{ 
11. public enum Direction { NORTH, SOUTH, EAST, WEST } 
12. } 
13. public class Sprite{ 
14. // insert code here 
15. } 
Which code, inserted at line 14, allows the Sprite class to compile?() 

A. Direction d = NORTH;
B. Nav.Direction d = NORTH;
C. Direction d = Direction.NORTH;
D. Nav.Direction d = Nav.Direction.NORTH;

題目列表

你可能感興趣的試題

微信掃碼免費搜題