How would we return instance of classes based on class name using reflection with apex

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…

Continue Reading...