Open Andy179176 opened 2 years ago
https://github.com/Drrel/BankAccount.git Может не так понял задание, сделал немного на скорую руку и на свой лад. BankAccountWithOwner очень напрашивался на интерфейс.
Домашка с переводом List < Person > в List < BankAccountWithPerson >. https://github.com/RomanRichert/Tel-Ran/tree/main/Java/june/for_14_06/bankAccounts_task/src
Given a list of Person (String name, List\ accounts) . BankAccount is the class with following fields: String iban, double balance. Create class BankAccountWithOwner (Person owner, String iban, double balance). Implement the method that returns the List of BankAccountWithOwner.