I was going through this since some of my UVC use this methodology:
https://www.doulos.com/knowhow/sysverilog/uvm/easier_uvm_guidelines/parameterized_interface/
But i want to extend the class in the interface and add/override some more functionality.
But when i tried to override the class, the compiler could not find the class, since it is scoped in the interface.
Any suggestions as to how I can override the class instead of re-implementing all the functions?
Thanks in advance.