PPT-Folie
void add (int sum) // HilfsRV zum Ändern des Kontostands
{ balance = balance + sum ; }
public void open (String who) // eroeffne Konto
{ acc_no = next_acc++ ;
owner = who ; balance = MIN_BALANCE ; }
.
.
.
} ; // ExtAccount
Vorherige Folie
Nächste Folie
Zurück zur ersten Folie
Graphik-Version anzeigen