Un film avec des attributs
Question
Proposer un modèle RO correspondant au modèle UML.
Solution
1
Type GenreListT : collection de <varchar>
2
FilmT(#isan:char(33), titre:varchar, genres:GenreListT)
Proposer un modèle RO correspondant au modèle UML.
Type GenreListT : collection de <varchar>
FilmT(#isan:char(33), titre:varchar, genres:GenreListT)