Switch to full style
General Java code examples
Post a reply

Re: java interface example

Wed May 15, 2013 2:07 pm

why we should extend interface...anyway we are not going to not use the methods and fields from one interface into other interface..then why does interface extend other interface..if necessary the class can implement the particular interface..

just nw i've started learning java..pls sorry,if the ques is funny..but pls give the ans....



Re: java interface example

Thu May 16, 2013 3:37 pm

i think sometimes while you are design your software model you face a cases when you has one general interface that is used in many sub models which in behalf have interfaces extends that general interface.

Post a reply
  Related Posts  to : java interface example
 about Java IO-interface     -  
 Network Interface Adapter Info using Java APIs.     -  
 java abstract class,concrete class and interface     -  
 What is an Interface? !!!!     -  
 Implement an interface in php     -  
 List interface     -  
 how to implement an interface     -  
 Iterator interface     -  
 methods in ActionListener interface     -  
 how to write interface program     -  

Topic Tags

Java OOP