package pkg1;

public abstract class AbstractRootBase {
    protected abstract String a();
}
