AtlantaBob
Golden Member
Yes, this is silly. No, I can't figure out how to do it.
This is all VB.net (Console Application)
I've defined a class, and I want users to be able to create as many instances of it as they wish. Something akin to:
strInput = Console.Readline()
While strInput <> "d"
CREATE NEW INSTANCE OF CLASS WITH strInput as the name of the class
strInput = Console.Readline()
Loop
So, what does in the CREATE NEW INSTANCE OF CLASS Line?
Thanks...
This is all VB.net (Console Application)
I've defined a class, and I want users to be able to create as many instances of it as they wish. Something akin to:
strInput = Console.Readline()
While strInput <> "d"
CREATE NEW INSTANCE OF CLASS WITH strInput as the name of the class
strInput = Console.Readline()
Loop
So, what does in the CREATE NEW INSTANCE OF CLASS Line?
Thanks...