Which code, inserted at line 16, correctly retriev...
单选题

Which code, inserted at line 16, correctly retrieves a local instance of a Point object?()

发布日期:2021-01-28

A.Point p = Line.getPoint();

B.Line.Point p = Line.getPoint();

C.Point p = (new Line()).getPoint();

D.Line.Point p = (new Line()).getPoint();

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定