import java.util.*; public class TwoB /* extends TwoA*/ { public Integer firstMethod(String s) { return null;} }