((Estudiente)oPersona).setEmpadronar((**Carrera**)vDatosRegistro[7]));
what can I do so that I do not get an error when wanting to store that object in a string array of type string. The error of the object of type Carrera
((Estudiente)oPersona).setEmpadronar((**Carrera**)vDatosRegistro[7]));
what can I do so that I do not get an error when wanting to store that object in a string array of type string. The error of the object of type Carrera