Question: Design a class Customer that requires a name, customer ID, address and phone number. Using doubly linked lists, create a list of customers in order
Design a class Customer that requires a name, customer ID, address and phone number.
Using doubly linked lists, create a list of customers in order by customer id. Create a menu-driven program to provide the following options:
Add a new entry to the customer list.
Delete an entry from the customer list.
Display the list in forward or reverse order.
Clean up any unused/deallocated nodes as you remove items from your list.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
