public interface SortingAlgorithm { public abstract void sort(Object[] items); }