• 2021-04-14
    将以下哪种方法插入到第6行是不合法的( ) 。
    1.public class Test1 {
    2. public float aMethod(float a,float b) throws
    3. IOException { }
    4. }
    5.public class Test2 extends Test1{
    6.
    7.}
  • 举一反三