Given:<br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/2018080210442565260.jpg" /><br /> Which code, inserted at line 15, creates an instance of the Point class defined in Line?()<p> Given:<br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/2018080210442565260.jpg" /><br /> Which code, inserted at line 15, creates an instance of the Point class defined in Line?()</p>
A、A.Point p = new Point();
B、B.Line.Point p = new Line.Point();
C、C.The Point class cannot be instatiated at line 15.
D、D.Line l = new Line() ; l.Point p = new l.Point();