How do I make a new instance of a class without directly giving it a name?
in
Programming Questions
•
1 year ago
So I'm trying to make a zombie game, and so far I have written a zombie class with a zombie constructor. However, I do not want to have to hard code each and every zombie into the game. Is there a way for me to constantly generate new zombies but without having to give them names?
1