Hi, I have to implement a class called linked list that must read from file the following information about persons: name, social security and age. Then I have to implement some methods for manipulate the data. The problem is that I don't know how to start the implementation, because I have to create a Class Person then a Class List and use them? How?
Any suggestion will be appreciated.