I have to write a function with class Name as Parameter to function, which is in string. So that i need to create instance of this class name.
createInstance(string ClassName){
.............
//Here i Need to create instance of ClassName,
.............
}
1 Answer