"Herfried K. Wagner [MVP]" wrote:
>
> http://groups.google.de/groups?selm=...TNGP11.phx.gbl
>
I think you *may* have missed the point; I am not trying to call the base
class methods directly, I asm trying to ensure that the narrowest possible
function signature is used.
I can understand why VB needs to obey the class of the variable
declarations, but the question is: if I *want* to call the narrower function
based on the class of the parameters, what is the best way to do it?
In my specific example, I only have one level of inheritance, and there is
no code in the base class.