29.11.2012 Views

run() finalizado Nuevo Muere - Web del Profesor - ULA

run() finalizado Nuevo Muere - Web del Profesor - ULA

run() finalizado Nuevo Muere - Web del Profesor - ULA

SHOW MORE
SHOW LESS

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

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

2.12. Herencia<br />

La aplicamos cuando tenemos dos clases que comparten varios atributos o<br />

métodos.<br />

class <strong>Profesor</strong>{<br />

String nombre;<br />

String cedula;<br />

List materias;<br />

long sueldo;<br />

...<br />

}<br />

class Alumno{<br />

String nombre;<br />

String cedula;<br />

List materias;<br />

int promedio;<br />

...<br />

}

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

Saved successfully!

Ooh no, something went wrong!