Re: Function overload will be supports?
Thomas Russ <[email protected]> Fri, 23 Mar 2007 09:58:36 -0700
| Newsgroups | gmane.comp.ai.powerloom |
|---|---|
| Message-ID | <[email protected]> |
On Mar 22, 2007, at 7:40 PM, hui wangh wrote: > hello, > I not think Stella support overload now, Function or Method > overload will be supports? No. Stella will not support function or method overloading. All methods must take the same number of arguments. You can have different types for the arguments, but all methods of the same name need to have the same argument signature. Functions cannot be overloaded at all in Stella.