|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Konto
Konto interface. Defindes methods to display, add and remove money from the account.
| Method Summary | |
|---|---|
double |
getGeld(double b)
getGeld. |
double |
putGeld(double b)
putGeld. |
double |
zeigeGeld()
zeigeGeld. |
| Method Detail |
|---|
double zeigeGeld()
double putGeld(double b)
b - amount to be added.
double getGeld(double b)
b - amount to be withdrawn.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||