[UVM 1.1d] Effect of uvm_object_utils on backward compatibility

In reply to jangeles:

There should be no backward compatibility issues registering a class with the factory that had not been previously. The only issue you could run into is if the base data class constructor was defined using more than just the string name argument. The factory’s create() method only supplies one argument to the constructor.