Given:<br /> <img src="https://nimg.ppkao.com/2018-08/wenxueying/2018080113395014348.png?sign=e4c5870d7e4aae169ff2355220e771e6&t=62d1b914" /><br /> Which code, inserted at line 15, creates an instance of the Point class defined in Line?()
A、Point p = new Point();
B、Line.Point p = new Line.Point();
C、The Point class cannot be instatiated at line 15.
D、Line l = new Line() ; l.Point p = new l.Point();