package codingTest; public class Person implements Eatable { @Override public String eat() { // TODO Auto-generated method stub return null; } }