Does python support multi prototype.

angel dai4happy at yahoo.com
Tue Aug 3 21:47:56 EDT 2004


Hi

Java and cpp support one function name multi function prototype.
For example:
A:
int func1(String s){}
int func1(int i){}

B:
int func1(String s){}
int func1(String s, int i){}

Does python support it?

Thanx





More information about the Python-list mailing list