class Test1 { public float aMethod(float a, float b) { return 0F; } public int aMethod(int a, int b) { return 0; } } A. Legal B. Illegal