Try OpenEdge Now
skip to main content
Object-oriented Programming
Overloaded Method and Constructor Calling Scenarios : Parameters differing only by mode
 

Parameters differing only by mode

If parameter lists differ only by the mode, you must specify the parameter modes when invoking the method or constructor. Failure to find a match raises a compile-time error.
Note: Progress Software Corporation recommends that you always specify the mode for all parameters of a class-based method call.