diff --git a/Readme b/Readme index dadd5455927bda3b6e10b48c0b2e3e49a52901aa..2371dc152d6b4c789827cf9d72f0fac6ea3ac29b 100644 --- a/Readme +++ b/Readme @@ -22,10 +22,10 @@ References: - Stack overflow. First thoughts -- I need some kind of memory and that couldn’t only be provided with objects -o Arraylist -- To mark books as liked my first idea was to use Boolean to mark the books if liked or not, but it was not later feasible with OOP and the following use for customer and getAllLikedBooks -o Store liked books in a list for each customer and increase number of likes for a book + - I need some kind of memory and that couldn’t only be provided with objects + -> Arraylist + - To mark books as liked my first idea was to use Boolean to mark the books if liked or not, but it was not later feasible with OOP and the following use for customer and getAllLikedBooks + -> Store liked books in a list for each customer and increase number of likes for a book Most liked books: first I implemented a method that returns the most liked book