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.

TypeCast <strong>de</strong> Classes e Objetos IIExemploPor exemplo, vamos utilizar a classe TV abaixo.1 public class TV {2 int tamanho;3 int canal;4 int volume;5 boolean ligada;67 public TV(int tamanho, int canal, int volume, boolean ligada) {8 this.tamanho = tamanho;9 this.canal = canal;10 this.volume = volume;11 this.ligada = ligada;12 }13 }Prof. Fabrízzio Alphonsus A. M. N. Soares | <strong>Conceitos</strong> <strong>avançados</strong> <strong>de</strong> <strong>programação</strong> 15/103

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

Saved successfully!

Ooh no, something went wrong!