You are on page 1of 1

ENUMERE 3 ATRIBUTOS PARA LA CLASE

ALUMNO, CON SUS RESPECTIVAS


OPERACIONES.
class Alumno {
string nombre;
string apellidos;
int aodenacimiento;
int nmeropersonal

// identificativo nico

string grupo;
char horario;

// M : maana, T : Tarde

Alumno alumno1

= new Alumno () ;

Alumno1.nombre

= Pedro

You might also like