Answered
Type convertion from String to Class
How do i convert String Type to Class..
I wish to dynamically create a new instance of a class.
eg.
If i have a sring "className1"
how to create a new instance by -> new className1()
thx in advance
Angel
I wish to dynamically create a new instance of a class.
eg.
If i have a sring "className1"
how to create a new instance by -> new className1()
thx in advance
Angel