Computer Science, asked by rvpriya03, 6 months ago

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 roshni6286
1

Answer:

public double method. ........

Similar questions