Ask Question
16 July, 18:22

write an interface downloadable that has a method "geturl" that returns the url of a downloadable object

+5
Answers (1)
  1. 16 July, 21:24
    0
    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 ();

    }
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “write an interface downloadable that has a method "geturl" that returns the url of a downloadable object ...” in 📙 Engineering if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers