package inheritance; interface Foo { String foo(); }