R Ritu Singhal • 4.36K Points Extraordinary Bookmark Embed Report View In MB-Short Q. Which of the following is a correct interface? (A) interface A { void print() { } } (B) abstract interface A { print(); } (C) abstract interface A { abstract void print(); { }} (D) interface A { void print(); } Correct Answer - Option(D) Views: 103 Filed under category JAVA Share
Discusssion
Login to discuss.