Question: c++ Design a class Customer that requires a name, customer ID, address and phone number. Using doubly linked lists, create a list of customers in

c++

c++ Design a class Customer that requires a name, customer ID, address

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. o Delete an entry from the customer list Display the list in forward or reverse order. . Be sure to clean up any unused/deallocated nodes as you remove items from your list

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!