Question: Which of the following is a correct interface? interface B{void print() (); } interface B { void print(); } abstract interface B{ abstract void print()

Which of the following is a correct interface? interface B{void print() (); } interface B { void print(); } abstract interface B{ abstract void print() (); }} abstract interface B{print(); }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
