Method name or signature not known at compile time

If the programmer does not know a method's name at compile time (for example, it might be specified by user input), then the method can be invoked in one of two ways, depending upon whether its signature is known:


[Back: Name-lookup method resolution]
[Next: Dispatch-function method resolution]