package I3; public abstract class L { public abstract M a(); public abstract boolean b(); public abstract M c(); public abstract M d(); }