Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Steven Wood   on Nov 19 In Java Category.

  
Question Answered By: Elisabeth Bell   on Nov 19

interface is a sort of contract. you put all the
mthods in the contract without any implementation. But
when you sign the contract that is implement it you
should proveide the implementation ie bodies to the
methods. interface  is a way of forcing one to
implement a certain design.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on why interfaces Or get search suggestion and latest updates.


Tagged: