1 2 3 4 5 6 7 8
public class Missing implements Interface { public void method () { System.out.println("Missing.method()"); } }