I'm studing IronPython and I liked very much!
But I have one question.
In .Net Framework, several classes has method overload. In my study, Python does not support method overload, and when we define methods with the same name, they are redefined then only the last is used.
How IronPython handle this? By example, the method "System.Console.Write()" has 18 overloads! This will work in .Net?
Regards
Fabio
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
