Localparam access to virtual interfaces compared to classes

In reply to jordan.chicheportiche:

This is one of the big problems with virtual interfaces, especially when it comes to parameterized interfaces. An interface is not a data type like a class. You can only access parameters with a handle to an actual interface instance.