6.适配器模式-组合模式
10. 适配器模式现有一个接口DataOperation定义了排序方法sort(int[]) 和查找方法search(int[], int),已知类QuickSort的quickSort(int[])
6.适配器模式-组合模式