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

<img src='https://img2.soutiyun.com/shangxueba/ask/64326001-64329000/64326530/4cf8417195a93b758bf9191835b42d8f.jpg' /> A.Point p = Line.getPoint(); B.Line.Point p = Line.getPoint(); C.Point p = (new Line()).getPoint(); D.Line.Point p = (new Line()).getPoint();

时间:2023-09-09 17:40:53

相似题目