MCPcopy Create free account
hub / github.com/JerePrograma/FullStackEgg / Curso

Method Curso

Etapa2Utilidades/Ejercicio6/src/entidad/Curso.java:20–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 private String[] alumnos = new String[5];
19
20 public Curso() {
21 }
22
23 public Curso(String nombreCurso, int cantidadHorasPorDia, int cantidadDiasPorSemana, String turno, double precioPorHora) {
24 this.nombreCurso = nombreCurso;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected