Exercise 4 in Chapter 16 asked you to design the ADT activity list. Show how you would implement such a class by using inheritance, with LListRevised as the base class.
Exercise
The schedule of activities for a room consists of an activity list. Each activity has a description, a start time, and an end time. You can add activities to the list, but they must be compatible with the other activities. Two activities are incompatible if their time intervals overlap. Specify the ADT activity list.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.