Language Fundamentals

© examsiri.com
Question : 11 of 24
 
Marks: +1, -0
Place the code fragments in position to complete the Displayable interface
interface Reloadable {
  public void reload();
}
class Edit {
  public void edit() {/* Edit Here */}
}
interface Displayable
    (i)_________
    (ii)__________
{
  (iii)_________
}
  • Blank(i) ______


  • Blank(ii) ______


  • Blank(iii) ______


Go to Question: