Computer Science, asked by AamirGeneral5019, 1 year ago

Which three are valid method signatures in an interface?

Answers

Answered by AdityaTheGreat
0
Hey Folk Here is your answer..........
Check it out bro..............

____________________________________

Valid method Signatures in an Interface are-:
1} Private Int get area();
2} Public float get vol( Float X);
3} Public Void Main (Strings[] args)


____________________________


I hope my answer helped,
Thanx for seeing my answer
Answered by sandeepbisen2401
0

Answer:

there  three method are valid for in an interface

1} Private Int get area();

2} Public float get vol( Float X);

3} Public Void Main (Strings[] args)

Explanation:

1}Private,public and protected this three specifier are help to how to show your program in your chart.

2}You can used private and public as your choices.

3} Last method is very important for any java program.

Interface is nothing but it's a class .

Similar questions