单项选择题
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;
单项选择题 Given: What is the result?()
多项选择题 Given: Which two classes use the Shape class correctly?()