D
Don
Is it possible to call a shared method of a class when you have both the
name of the class and the name of the method of that class that you want to
invoke stored in strings? If so, can this be done for singleton classes
(i.e. classes with only shared members and with a private instance
constructor)?
- Don
name of the class and the name of the method of that class that you want to
invoke stored in strings? If so, can this be done for singleton classes
(i.e. classes with only shared members and with a private instance
constructor)?
- Don