Question: Suppose we reimagine the Array Sorted List (ASList) class as a child class to Array Unsorted List (AUList). Explain in no more than a paragraph
Suppose we reimagine the Array Sorted List (ASList) class as a child class to Array Unsorted List (AUList). Explain in no more than a paragraph which operations would need to be overloaded in ASList. Recall that our lists have these operations: GetItem, PutItem, DeleteItem, ResetList, GetNextItem, EmptyList, IsFull, GetLength.
Provide declarations (you do not need definitions!) for the two classes. Note that your declarations should accommodate run-time polymorphism (i.e. some of your functions will need to be declared virtual).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
