A question on "interface"

Showing Answers 1 - 5 of 5 Answers

Nitin

  • Aug 17th, 2005
 

interfce contain method that are implemented by classes. interface also contain constant. interfaces are used to support mutiple inheritence that java does not support directly.

  Was this answer useful?  Yes

Sushil

  • Nov 24th, 2005
 

Interface is design on which class is built.Interface is a java defined type.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions