1. which function is/are being overloaded on the code? (check all that apply)
-void sort (int A[], int size)
-bool testlfSorted (int A[], int size)
-long getNumCmps()
-void resetNumCmps()
-void printUsage() const
-none of above
2. Which function is/are being override on the code? (check all that apply)
-void sort (int A[], int size)
-bool testlfSorted (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?
-1
-2
-3
-4
-5
Comments
Leave a comment