Associate
Hi everyone,
I am starting to learn OOP, I am a C programmer by day, and wanted to start to learn about OOP.
One question I do have, is can an object be created dynamically, by this i mean, if I am reading in data from a database and for each unique reference number i want to create a new class with this reference number as the object name?
Is this possible? If I have not worded correctly or need more information, please ask.
Many Thanks for any help with this.
Dean
I am starting to learn OOP, I am a C programmer by day, and wanted to start to learn about OOP.
One question I do have, is can an object be created dynamically, by this i mean, if I am reading in data from a database and for each unique reference number i want to create a new class with this reference number as the object name?
Is this possible? If I have not worded correctly or need more information, please ask.
Many Thanks for any help with this.
Dean