0

I'm having trouble understanding why I should use interfaces, and how I should integrate them into my current project. I use a lot of polymorphism already, and I usually see polymorphism and interfaces side by side in other projects of my peers.

Why do you use interfaces? What are the real benefits?

SpiroMarshes
  • 87
  • 1
  • 7

1 Answers1

0

This question has already been answered in:

When should one use interfaces?

What is an interface in Java?

Java Interfaces?

To get more information about OOP design you can also refer to books like Head First: Object oriented analysis and design. There are also some on-line courses on platforms like Coursera and Edx that you can use.

Community
  • 1
  • 1
gst
  • 828
  • 5
  • 15
  • 2
    Please don't post duplication links as a new answer. Post them as a comment or vote to close the question as duplicate. – Keppil Mar 07 '17 at 06:12