Which of the following method declarations are allowed inside interface?

Correct Answer: abstract public void m1()

Explanation:

Inside an interface every method will be by default abstract and public


Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion