Exemplo n.º 1
0
 def talk(self, sth):
     Parent.talk(self, sth)
Exemplo n.º 2
0
 def talk(self,sth):
     Parent.talk(self, sth)
Exemplo n.º 3
0
 def __init__(self, name, age, salary):
     '''
     Constructor
     '''
     Parent.__init__(self, name, age)
     self.salary = salary
Exemplo n.º 4
0
 def __init__(self, name,age,salary):
     '''
     Constructor
     '''
     Parent.__init__(self, name, age)
     self.salary=salary