![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Overloading __init__ & Function overloading
From: Fredrik Lundh <fredrik@pythonware.com>
Date: Fri Sep 30 2005 - 16:17:46 CEST
Larry Bates wrote:
>I may be reading this question different than Fredrik.
it looks like you're using a non-standard definition of the word "overloading".
"Overloading a method refers to having two methods which share the
"Overriding a method refers to having a new implementation of a method
</F>
|