Class Vererbung

java.lang.Object
  |
  +--TestSemantic
        |
        +--Vererbung

public class Vererbung
extends TestSemantic


Constructor Summary
Vererbung()
           
 
Methods inherited from class TestSemantic
print_Hello_World, sem_test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vererbung

public Vererbung()