public class Test1 { public float aMethod(float a, float b) throws IOException {... } } public class Test2 extends Test1 { public float aMethod(float a, float b) {...} } A. Legal B. Illegal