hi Karandeep,
you can do one more thing.
you can use following approach,
`uvm_create(seq);
seq.<constraint_name>.constrant_mode(0)
seq.jelly_bean = 1.
seq.strat(seqr_name)
In this case you need to overwrite the constraint, and not required to even extend the class
hope this will help you
code may not be executable