I have a working address book, i just need to integrate it likeit says.
Part 1. Modify the addressBookType class sothat it inherits from the orderedLinkedList class. The header filesfor the linkedListType.h and orderedLinkedListType.h files are areprovided. To begin, create a new project folder and copy over thefiles from the Chapter 11 Address Book project (including the datafile, AddressBookData.txt). You will only need to modify theaddressBookType class and the extPersonType class. Here is asummary of the changes that are needed:
Make the addressBookType class inherit from theorderedLinkedList class. The orderedLinkedList class is a templatebut the Address Book can only use extPersonType objects.
OR
OR