Computer Science, asked by marwanloai10, 8 hours ago

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 BeAuTyBLusH
9

Answer:

+abstract transfer(receiver : Account, amount : Float) : Boolean

Answered by rashi4717
6

Answer:

+abstract transfer(receiver : Account, amount : Float) : Boolean

Explanation:

Similar questions