Factory override of uvm_sequence(uvm_object) in one of the interfaces (agents)

In reply to Michael54:

Do you want to Override Request Item ( of type extended from uvm_sequence_item )
OR user_sequence ( of type extended from uvm_sequence ) ?

If it’s user_sequence , are these created from test Or as Sub-Sequence ?

It’s best if you could share a small code snippet along with the TB Topology .

Also using set_inst_override would be the preferred way .