Class MethTestInherit

java.lang.Object
  |
  +--MethTestBasis
        |
        +--MethTestInherit

public class MethTestInherit
extends MethTestBasis


Field Summary
 
Fields inherited from class MethTestBasis
test
 
Constructor Summary
MethTestInherit()
           
 
Method Summary
(package private)  int testen(int a, int b)
           
 
Methods inherited from class MethTestBasis
testen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethTestInherit

public MethTestInherit()
Method Detail

testen

int testen(int a,
           int b)