- 1. Which function(s) is/are being overloaded on the code? (Check all that apply) *
- void sort(int A[], int size)
- bool testIfSorted(int A[], int size)
- long getNumCmps()
- void resetNumCmps()
- void printUsage() const
- None of above
2. Which function(s) is/are being overridden on the code? (Check all that apply) *
- void sort(int A[], int size)
- bool testIfSorted(int A[], int size)
- long getNumCmps()
- void printUsage() const
- None of above
3. Which of the following is a parent class? *
- Option
- InsertionSort
- main
- Sort
4. How many inherited classes are defined in the code? *