0
Why give error in line12 ?
7 Respostas
0
why you make over ride
0
this implements and take method without overrid
0
even l try it by over ride still error
0
On SoloLearn you need the code to be in
public class MyProgram {
}
because SoloLearn looks for this class when running the code.
In theory, all methods in an interface are overridden but the @Override is optional. I tend to use it so my code is clearer.
0
still give error
0
You need to make your Cal and your A classes static.