// Pizza interface public interface Pizza { String getDescription(); double cost(); }