I've been trying for many hours, I'm trying through files, when I read the data, I insert the data to a 4-parameter constructor, what I want to achieve is that when I read those 4 parameters, I created another new Magazine (that's what the construtor's class is called), but always and only the first one does it. I hope your help. Thanks in advance. The Publication class is an abstract class of Polymorphism. and the Magazine class extends of Publication.