Discussion Forum : Interfaces And Abstract Classes
Question - Which of the following is a correct interface?
Options:
A .  interface A { void print() { } }
B .  abstract interface A { print(); }
C .  abstract interface A { abstract void print(); { }}
D .  interface A { void print(); }
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *