1984
alt
coding and it
esospiri
ESP / LATIN
film
flash
fortpflanzung
frieden und natur
fun
martial arts
mass und unmass
music is love
nahost
psycho
Sprache und Kultur
... weitere
Profil
Abmelden
Weblog abonnieren
icon

 
class Base:
 def __init__(self):
  self.anattribute = 23
class Derived(Base):
 def _ _init_ _(self):
  Base.__init__(self)
  self.anotherattribute = 45

1) __init__ der basisklasse wird NICHT automatisch aufgerufen

2) self muss ausnhamsweise übergeben werden!
 

twoday.net AGB

xml version of this page

powered by Antville powered by Helma