Accessing base class function using derived class object/handle in systemverilog

In reply to dave_59:

Unless you have a method that was extended in the sub-class and you want to access the implementation from the base class through a sub-class instance. This isn’t a valid use model at all and this is also what inheritance is about.