OD
(Choose 1 answer)
A. Sorting would yield a ClassCastException as the classes are incompatible
B. They would sort based on the sorting method found in class A
C. They would sort based on the sorting method found in class B
D. Sorting would just leave the original array unsorted with no exceptions thrown
Class A is a subclass of class B. What would happen if you try to sort an array of mixed elen and B?