Exemplo n.º 1
0
 def __init__(self, setor='', empresa=''):
     Contato.__init__(self)
     self.__setor = setor
     self.__empresa = empresa
Exemplo n.º 2
0
 def __init__(self):
     Contato.__init__(self)
Exemplo n.º 3
0
 def __init__(self, parentesco=''):
     Contato.__init__(self)
     self.__parentesco = parentesco