Uses of Class
ch.hslu.exercises.sw08.ex3.BankAccount
-
Uses of BankAccount in ch.hslu.exercises.sw08.ex3
Modifier and TypeMethodDescriptionvoid
BankAccount.transfer
(BankAccount target, int amount) Überweist einen Betrag vom aktuellen Bankkonto an ein Ziel-Bankkonto.ModifierConstructorDescriptionAccountTask
(BankAccount source, BankAccount target, int amount) Erzeugt ein Bankauftrag für eine Überweisung von einem Bankkonto auf ein anderes Bankkonto.