Imagine that a customer has come to your team and has


Object-Oriented Client Database Assignment

Programming Assignment Worksheet

Imagine that a customer has come to your team and has requested a simple application that will allow the customer to store client names, addresses, and telephone numbers. Your team is tasked with building this database application. The following are some of the requirements:

  • The application will be written as a console app.
  • The application will allow the user to enter as many clients as they need. These will be stored in memory using a linked-list and dynamic memory.
  • The client data will be housed in a client class with constructor and destructor.
  • The application will also store the data to a file. When the application comes up, it will load any stored data from file into the linked list in memory, and when the user is done, the application will store the data back to file.
  • When data is entered, the application will check to make sure the telephone numbers are numbers and will output a message if they are not.
  • The application will allow the user to search the database for a specific telephone number match.
  • The application will allow the user to show all of the clients using more than one sort order.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: Imagine that a customer has come to your team and has
Reference No:- TGS01083671

Expected delivery within 24 Hours