Write the definitions of the function copyList, the copy constructor, and the function to overload the assignment operator for the class doublyLinkedList.
Write a program to test various operations of the class doublyLinkedList.
(DVD Store programming example) Complete the design and implementation of the DVD store program. In other words, write a program that uses the classes designed in the DVD Store programming example and in Programming Exercise 14 to make a DVD store operational.