Can i expand an interface?

Showing Answers 1 - 15 of 15 Answers

Shrikrishna Jumbad

  • Aug 11th, 2006
 

Hi,

I didn't understand ur question properly. My understanding is by expand you mean extend. If I am right, you can extend interfaces in java. It's same as extending classes in Java.

  Was this answer useful?  Yes

deny eldo

  • Aug 24th, 2006
 

well, the answer is yes. the particular thing about java is that an interface can extend to as many interfaces it wants so there's your answer

  Was this answer useful?  Yes

Newton

  • Oct 5th, 2006
 

yest it can be extended by the other interface that is how we are implementing the multiple inheritence

  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