Why do you create interfaces, and when MUST you use one?

You would create interfaces when you have two or more functionalities talking to each other. Doing it this way help you in creating a protocol between the parties involved.

Showing Answers 1 - 1 of 1 Answers

Murugesan Surandai

  • May 6th, 2005
 

In Object Oriented programming, interfaces are getting abstract data from objects ie getting common attrubute and common behaviour from other objects.

  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