Raising and dropping objections in different class

  If I raise a objection in test class , can I drop that objection in driver class.

In reply to saurabh_3:

Raising and dropping objections have to appear always as a pair in a Class.
How would you know to drop an objection from the driver?

In reply to chr_sue:

[quote]In reply to saurabh_3:

Raising and dropping objections have to appear always as a pair in a Class.
How would you know to drop an objection from the driver?[/quote

you mean raising and dropping objections always has to be from the same class…

In reply to saurabh_3:

Exactly, but you can implement more than one objection mechanism in your UVM Environment and even in transient objects.

In reply to chr_sue:

thanks