Respuesta :

Answer:

I want to believe the program is to be written in java and i hope your question is complete. The code is in the explanation section below

Explanation:

import java.util.Date;

public interface Downloadable {

  //abstract methods

  public String getUrl();

  public Date getLastDownloadDate();

 

}