public class Three extends Ball implements WhoAmI { public void whoAreYou() { System.out.println("an instance of class Three extending Ball"); } }