class SchorschTest{ int iMember; String hallo; SchorschTest(int i){ iMember = i; } void tuWas(){ } }