public abstract class First { protected static String TEST = "O"; protected static String test() { return "K"; } }