create the UML Diagram to model a Movie/TV viewing site.
Draw a complete UML class diagram which shows:
Classes (Only the ones listed in bold below)
Attributes in classes (remember to indicate privacy level, and
type)
No need to write methods
Relationships between classes (has is, is a, ...)
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,...