Write the required using the Kotlin programming language.
Account
+holderName : String
+balance : Float
+transferLogs : MutableList
+static numberOfAccounts : Int
+abstract transfer(receiver : Account, amount : Float) : Boolean
*printLogs()
+Account(holderName : String. balance : Float)
Transfer fees
IS
CurrntAccount
Transfer fees 5
SavingAccount
Answers
Answered by
9
Answer:
+abstract transfer(receiver : Account, amount : Float) : Boolean
Answered by
6
Answer:
+abstract transfer(receiver : Account, amount : Float) : Boolean
Explanation:
Similar questions