añado Multimedia (abstracta) y Persona#1
Open
jmpgr wants to merge 1 commit into
Open
Conversation
Author
|
nuevas clases Multimedia (abstracta) y Persona |
Awes0meM4n
reviewed
Nov 23, 2020
|
|
||
| public class Artista { | ||
| String nombre; | ||
| public class Artista extends Persona{ |
Awes0meM4n
reviewed
Nov 23, 2020
|
|
||
| private String id; | ||
| private String titulo; | ||
| private String calidadString; |
Contributor
There was a problem hiding this comment.
¿Crees que la calidad va asociada al Contenido o al Fichero?
Awes0meM4n
reviewed
Nov 23, 2020
|
|
||
| public class Director { | ||
| String nombre; | ||
| public class Director extends Persona{ |
Awes0meM4n
reviewed
Nov 23, 2020
|
|
||
| public abstract class Multimedia extends Contenido { | ||
|
|
||
| String calidadString; |
Contributor
There was a problem hiding this comment.
Tienes repetida la variable
Awes0meM4n
reviewed
Nov 23, 2020
|
|
||
| @Override | ||
| public String getCalidadString() { | ||
| // TODO Auto-generated method stub |
Contributor
There was a problem hiding this comment.
Estos comentarios se tienen que borrar
Awes0meM4n
reviewed
Nov 23, 2020
|
|
||
| Director director; | ||
| Actor[] actoresPrincipales; | ||
| Persona[] actoresPrincipales; |
Contributor
There was a problem hiding this comment.
En verdad aquí deben ser Actores, no Personas
Awes0meM4n
reviewed
Nov 23, 2020
|
|
||
| @Override | ||
| public String getCalidadString() { | ||
| // TODO Auto-generated method stub |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
añado clase Multimedia (abstracta) con un método denominado getCalidad
y super clase Persona