package p;

public interface I1{
	public static final String message= "Reporting from super interface.";

}