ForFwee4146 ForFwee4146 30-05-2023 Computers and Technology contestada What is wrong with the following code? public class ClassB extends ClassA { public ClassB() { int init = 10; super(40); } }