Larry Bates wrote: > class myclass(baseclass): > def __init__(self, arg): > # > # This method gets called when I instantiate this class. > # If I want to call the baseclass.__init__ method I must > # do it myself. > # > baseclass.__init__(arg) This is an example of polymorphism generally, not overloading. -- Michael Hoffman
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4