public interface concertTicket{ String getDiscription(); int getCost(); }