单选题Given: Which code, inserted at line 14, allows the Sprite class to compile?()ADirection d = NORTH;BNav.Direction d = NORTH;CDirection d = Direction.NORTH;DNav.Direction d = Nav.Direction.NORTH;
题目
单选题
Given: Which code, inserted at line 14, allows the Sprite class to compile?()