What means " The class must be initialized by reading a text file " ? Do i have to write the code for reading the file in the constuctor with parameter the filename?
public class a{
public a(String fileName)
{
// Code to read file and create new objects
}