Tecnologia do Blogger.
RSS

[androidbrasil-dev] [OFF] Dúvida teórica em Java

O que é melhor (em termos de boa prática, eficiência ou outroi critério) ?

class X {
  Y y;
}

class Y {
 String z;
}

E chamar x.getY().setZ("blá blá");
Ou somente X deve conhecer a classe Y ?
 
classX {
 Y y;

 setYZ(String valor) {
  y.setZ(valor)
 }

E chamar x.setYZ("blá blá");

Ou não faz diferença ?

Abs,

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comentários:

Postar um comentário