O
Ondrej Sevecek
Hello,
how to create an instance of some object class by using the class's name?
For example, I want to fulfill this pseudocode:
class MyNewClass
{
....
}
Object NewInstanceOfClass = new CreateTheObjectByClassName("MyNewClass");
Many thanks in advance
Ondra.
how to create an instance of some object class by using the class's name?
For example, I want to fulfill this pseudocode:
class MyNewClass
{
....
}
Object NewInstanceOfClass = new CreateTheObjectByClassName("MyNewClass");
Many thanks in advance
Ondra.