Skip to content

añado Multimedia (abstracta) y Persona#1

Open
jmpgr wants to merge 1 commit into
DptoSIC:mainfrom
jmpgr:main
Open

añado Multimedia (abstracta) y Persona#1
jmpgr wants to merge 1 commit into
DptoSIC:mainfrom
jmpgr:main

Conversation

@jmpgr

@jmpgr jmpgr commented Nov 22, 2020

Copy link
Copy Markdown

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

@jmpgr

jmpgr commented Nov 22, 2020

Copy link
Copy Markdown
Author

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
Copy Markdown
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;

@Awes0meM4n Awes0meM4n Nov 23, 2020

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
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

Comment thread src/descargas/Musica.java

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

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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