On wrote:
|
Only "known" methods with input parameters can be called. Inherited methods with input parameters result in an error:
java.lang.IllegalArgumentException: wrong number of arguments
This is because the detailed signature cannot be found. Generic input parameters should then be used. |
|