Given:Which code, inserted at line 14, allows the Sprite class to compile?()

16 查阅

A.Direction d = NORTH;

B.Nav.Direction d = NORTH;

C.Direction d = Direction.NORTH;

D.Nav.Direction d = Nav.Direction.NORTH;

参考答案:

参考D

计算机考试