Ask Question
5 October, 15:30

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

+5
Answers (1)
  1. 5 October, 15:45
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers