Ask Question
12 September, 14:14

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

+4
Answers (1)
  1. 12 September, 17:23
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers