예제 #1
0
 def __init__(self):
     super().__init__()
     IOrganic.__init__(self)
예제 #2
0
 def __init__(self):
     IOrganic.__init__(self)
     INonRefridgerated.__init__(self)
     IStemLength4.__init__(self)
     self.name = "Daisy"
예제 #3
0
 def __init__(self):
     IOrganic.__init__(self)
     Flower.__init__(self)
     self.flower_type = "baby's breath"
예제 #4
0
 def __init__(self):
     IOrganic.__init__(self)
     Flower.__init__(self)
예제 #5
0
 def __init__(self):
     IOrganic.__init__(self)
     Flower.__init__(self)
     self.flower_type = "daisy"
예제 #6
0
 def __init__(self):
     IOrganic.__init__(self)
     INonRefridgerated.__init__(self)
     IStemLength4.__init__(self)
     self.name = "Baby's Breath"