Skip to content

Conversation

@jmpgr
Copy link

@jmpgr jmpgr commented Nov 22, 2020

añado clase Multimedia (abstracta) con un método denominado getCalidad
y super clase Persona

@jmpgr
Copy link
Author

jmpgr commented Nov 22, 2020

nuevas clases Multimedia (abstracta) y Persona

@jmpgr jmpgr closed this Nov 22, 2020
@jmpgr jmpgr reopened this Nov 22, 2020

public class Artista {
String nombre;
public class Artista extends Persona{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Te falta un espacio


private String id;
private String titulo;
private String calidadString;
Copy link
Contributor

@Awes0meM4n Awes0meM4n Nov 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¿Crees que la calidad va asociada al Contenido o al Fichero?


public class Director {
String nombre;
public class Director extends Persona{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Espacio


public abstract class Multimedia extends Contenido {

String calidadString;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tienes repetida la variable


@Override
public String getCalidadString() {
// TODO Auto-generated method stub
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Estos comentarios se tienen que borrar


Director director;
Actor[] actoresPrincipales;
Persona[] actoresPrincipales;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

En verdad aquí deben ser Actores, no Personas


@Override
public String getCalidadString() {
// TODO Auto-generated method stub
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idem

@Awes0meM4n
Copy link
Contributor

Los comentarios admiten markdown como sabes. Cuando hagas el comentario ve poniendo cada cosa que aporta en una línea para que quede más claro que como lo has escrito

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants