Added abstract class 'Sorter' giving it abstract methods: 'swap', 'compare', 'length' Added a method 'sort' to run it on an instance object of derived classes A 'sort' method of a base 'Sorter' class ...