类Parent、Child定义如下:
1\. public class Parent
2\.{ public float aFun(float a, float b) throws
3\. IOException { }
4\.}
5\.public class Child extends Parent{
6\.
7\.}
将以下哪种方法插入行6是不合法的。( )
发布于 2022-05-11 10:36:07
登录后免费查看答案
关注者
0
被浏览
33