Class Addition

java.lang.Object
  extended by Taschenrechner
      extended by Addition

public class Addition
extends Taschenrechner


Constructor Summary
Addition()
           
 
Method Summary
 double addieren()
           
 
Methods inherited from class Taschenrechner
getZahl1, getZahl2, setZahl1, setZahl2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Addition

public Addition()
Method Detail

addieren

public double addieren()