Abstract class cannot be instantiated seen during elaboration

In reply to viveks:

If you have registered the abstract class with factory(`uvm_component_utils), try removing it. Since abstract classes are not expected to be overriden, it is okay to not register it with factory.