What is the use of Interface

Showing Answers 1 - 3 of 3 Answers

Sharmila_S

  • Mar 28th, 2007
 

Hi,
          Interface helps to achieve the concept of multiple inheritance to an extent.
A class an implement muliple interface but can extend only one class.
          An interface contains a set of protocols that a class of that particular type of a class should implement.

  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