/* * /** * * @author Nazim */ public interface Animals { void speak(); void eat(); }