In: Computer Science
create the UML Diagram to model a Movie/TV viewing site.
Draw a complete UML class diagram which shows:
Use a program like Lucid Cart and then upload your diagram.
Each movie has:
name, description, length, list of actors, list of prequals and sequals
Each TV Show has:
name, description, list of places that show it (netflix, hulu, pbs kids), list of actors, list of episodes
Each Episode has:
name, description, number, season, list of actors
User: