Hey, sorry if this doesnt make much sense, but I cannot explain it very well.
so is it possible, and if so how, to make an object based on a variable. so for example. I have a string and the string is currently “Foo” is there a way to then make “new Foo foo;” based on that?
but of course I cant just do “new Foo foo;” The class has to be whatever the string is.
Sorry if this makes absolutely no sense, or if I am going about this the wrong way.