class child extends Parent { child(String s) { System.out.println(s); } }