public class Sorter implements ISorter { public int[] sort(int[] arr) { // definitely wrong return null; } }