12.07.2015 Views

Conceitos avançados de programação - Instituto de Informática - UFG

Conceitos avançados de programação - Instituto de Informática - UFG

Conceitos avançados de programação - Instituto de Informática - UFG

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Usando Generics II1 public class ObjGen{23 private T t; // T é o tipo do objeto45 public void add(T t){6 this.t = t;7 }8 public T get(){9 return this.t;10 }11 }Prof. Fabrízzio Alphonsus A. M. N. Soares | <strong>Conceitos</strong> <strong>avançados</strong> <strong>de</strong> <strong>programação</strong> 36/103

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!