Correct way of method declaration within interface :

  1. void run();

  2. protected void go();

  3. public abstract set();

  4. none of these


Correct Option: A

Find more quizzes: