Hi,
I have class 'Student' , I want to create multiple instance of class 'Student' and want to assign instance name as S1,S2,S3..etc(1,2,3 will be id of student , so instance name will be as S+StudentID) at runtime. How can i do this?
Thanks.
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)