The title is really long, and was sort of hard to search for, so thought I’d ask for help here
I’m completely new to programming, so there’s probably something really basic I’m missing:
How do I create an instance of a class with a function and give it a new name each time? For instance just a serial number. Let’s say I want to create a new instance each time a user clicks a button.
Haven’t gotten very far before this problem cropped up, so don’t really have a code example…