Difference Between UVM_OBJECT and UVM_COMPONENT

In reply to sudheer:

Use uvm_component_utils for components and uvm_object_utils for objects. The component_utils does a little bit more than object_utils, so the two are not interchangeable.