Class Konto

java.lang.Object
  extended by Konto

public class Konto
extends java.lang.Object

Beispiel für ein Konto mit Guthaben.

Author:
pape

Field Summary
static double DISPOSITIONS_KREDIT
           
static double guthaben
           
 
Constructor Summary
Konto()
           
 
Method Summary
static void betragAbheben(double betrag)
           
static void betragEinzahlen(double betrag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guthaben

public static double guthaben

DISPOSITIONS_KREDIT

public static final double DISPOSITIONS_KREDIT
Constructor Detail

Konto

public Konto()
Method Detail

betragAbheben

public static void betragAbheben(double betrag)

betragEinzahlen

public static void betragEinzahlen(double betrag)


Prof. Dr. Pape