Which is the valid declarations within an interface definition?
1 point
public double methoda();
public final double methoda();
static void methoda(double d1);
protected void methoda(double d1);
Answers
Answered by
1
Answer:
public double method. ........
Similar questions