Re: Overloading __init__ & Function overloading
- From: "Fredrik Lundh" <fredrik@xxxxxxxxxxxxxx>
- Date: Fri, 30 Sep 2005 16:17:46 +0200
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".
here are the usual definitions (quoting from a random google page):
"Overloading a method refers to having two methods which share the
same name but have different signatures."
"Overriding a method refers to having a new implementation of a method
with the same signature in a subclass."
</F>
.
- Prev by Date: RE: Overloading __init__ & Function overloading
- Next by Date: LZW decompressor
- Previous by thread: Re: Overloading __init__ & Function overloading
- Next by thread: Re: Overloading __init__ & Function overloading
- Index(es):