Given:<br /> <img src="https://nimg.ppkao.com/2018-08/longzhengxuan/2018080115453495636.jpg?sign=f6af7e9e902a1ffd1d0ca4fc740fe361&t=62d34c8a" /><br /> Which code, inserted at line 16, correctly retrieves a local instance of a Point object?()
A、Point p = Line.getPoint();
B、Line.Point p = Line.getPoint();
C、Point p = (new Line()).getPoint();
D、Line.Point p = (new Line()).getPoint();