on my class library i have already the interface and the methods declare but we need some help for implements
for example i have:
public class Library implements Searchable {
public Object getKey(){
//how to implements here
}
}
the Searchable class have:
public interface Searchable {
public abstract Object getKey();
}

New Topic/Question
Reply




MultiQuote




|