Download - Clase Alumno

Transcript

ENUMERE 3 ATRIBUTOS PARA LA CLASE ALUMNO, CON SUS RESPECTIVAS OPERACIONES.

class Alumno {string nombre;string apellidos;int aodenacimiento;int nmeropersonal// identificativo nicostring grupo;char horario;// M : maana, T : Tarde

Alumno alumno1 = new Alumno () ;Alumno1.nombre = Pedro;