Tag: apex reflection
How would we return instance of classes based on class name using reflection with apex
buyan47 April 20, 2013
Situation Imagine a scenario where you need to get an instance of a class based on the class name. The original way of doing this…