Just as an invidual method or function name can be overloaded to accept different number and type of arguments we would allow function varibles to be overloaded. Thus a single function pointer
could refer to a family of overloaded functions.
Jeff Walker (language designer)
Experts to Contact: Status: Being ConsideredSince function and methods can be overloaded it seems reasonable not to constrain function varibles to not being overloaded.
Description: Example:No Example provided.