Java : 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.

No comments:

Post a Comment