SóProvas


ID
377587
Banca
FCC
Órgão
TRE-AP
Ano
2011
Provas
Disciplina
Programação
Assuntos

Em Delphi, é INCORRETO afirmar que

Alternativas
Comentários
  • Letra E



    Call Assign to copy the properties or other attributes of one object from another. The standard form of a call to Assign is

    Destination.Assign(Source);

    which tells the Destination object to copy the contents of the Source object to itself.