From a93e81a7b4c5990891f769425f4db8c3f778cd0a Mon Sep 17 00:00:00 2001 From: Louis LABORIE Date: Tue, 23 May 2023 14:59:15 +0200 Subject: [PATCH] Update README.md 1 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d314339..5e61158 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,18 @@ class Playlist { - int RandomGenerator(int n) } +class Title { + - string name + - string imageURL + - string information + + Title(string nom, string file_Name, string informations) + + boolean Equals(object? obj) + + int GetHashCode() + + string ToString() +} + Album --> "+ artist" Artist +Album --> "- titles" Title +Playlist --> "- titles" Title @enduml