Interface Konto

All Known Implementing Classes:
KontoA, KontoB, KontoC, KontoS

public interface Konto

Konto interface. Defindes methods to display, add and remove money from the account.

Author:
Heinz Kredel.

Method Summary
 double getGeld(double b)
          getGeld.
 double putGeld(double b)
          putGeld.
 double zeigeGeld()
          zeigeGeld.
 

Method Detail

zeigeGeld

double zeigeGeld()
zeigeGeld.

Returns:
account.

putGeld

double putGeld(double b)
putGeld.

Parameters:
b - amount to be added.
Returns:
account balance.

getGeld

double getGeld(double b)
getGeld.

Parameters:
b - amount to be withdrawn.
Returns:
account balance.