I was wondering if it was possible to have a method called createSubjects with an int as the parameter implemented in the world's code. It is supposed to make new objects of Subject.class. I added a Method with an int as a parameter to the code of Subject.class. This int is supposed to be different for every Subject created. Would it be possible to have an int as a parameter of the createSubjects method, which is saved as a variable and can then be used as the parameter for the object's method?
I hope you get what I mean :D

