Can I use base class object in the extend class?

In reply to UVM_LOVE:

Your question is very confusing as you re-use the same class name (my_base_class) so it’s difficult to understand what you are trying to accomplish.

If you have many different sequences defined, I wouldn’t declare/create them in the base test, as they will be test specific. You should only declare/create the required sequences in each test.