def __init__(self, setor='', empresa=''): Contato.__init__(self) self.__setor = setor self.__empresa = empresa
def __init__(self): Contato.__init__(self)
def __init__(self, parentesco=''): Contato.__init__(self) self.__parentesco = parentesco