10. class Line { 11. public class Poi...
发布于 2022-03-03 16:13:25
10. class Line {
11. public class Point { public int x,y}
12. public Point getPoint() { return new Point() }
13. }
14. class Triangle {
15. public Triangle() {
16. // insert code here
17. }
18. }
在第16行插入哪段代码可以获得一个Point对象的坐标?( )
11. public class Point { public int x,y}
12. public Point getPoint() { return new Point() }
13. }
14. class Triangle {
15. public Triangle() {
16. // insert code here
17. }
18. }
在第16行插入哪段代码可以获得一个Point对象的坐标?( )
登录后免费查看答案
关注者
0
被浏览
11