Description
Lab Assignment-10 (File Handling)
1. Create a class Person with two private members name and telephone number Write a program that will create a data file containing name and telephone numbers of person. Use a class object to store each set of data. Read the file contents and display it on screen.
2. Write an interactive menu driven program that will access the file created in program no. 1 and implement the following tasks:
1. Determine the telephone number of the specified person.
2. Determine the name if telephone number is known.
3. Delete a record.
4. Add a record to a specific position.




Reviews
There are no reviews yet.