Login and Register ×
Check your Email for the OTP
Java Programming Language MCQ Java Interfaces And Abstract Classes MCQ
⚠ Report ✓ Question Verified Copy Link
interface A { void print() { } }
abstract interface A { print(); }
abstract interface A { abstract void print(); { }}
interface A { void print(); }
Explanation:
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Java Programming Language MCQ Java Interfaces And Abstract Classes MCQ