// interface used to tell living beings from inanimate objects // no methods required. package interfaceexample; public interface LivingBeing { }