Object Oriented Programming (OOPs)

© examsiri.com
Question : 61 of 72
 
Marks: +1, -0
Given:
public abstract interface Frobnicate {
  public void twiddle(String s);
}

Which is a correct class? (Choose all that apply.)
Go to Question: