找考题网-背景图
单项选择题

A.Direction d = NORTH;B.Nav.Direction d = NORTH;C.Direc……

Given:

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;